Home
last modified time | relevance | path

Searched refs:SetSelectInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_proxy.cpp115 void SelectOverlayProxy::SetSelectInfo(const std::string& selectInfo) const in SetSelectInfo() function in OHOS::Ace::NG::SelectOverlayProxy
119 pattern->SetSelectInfo(selectInfo); in SetSelectInfo()
H A Dselect_overlay_proxy.h66 void SetSelectInfo(const std::string& selectInfo) const;
H A Dselect_overlay_client.cpp207 selectOverlay->SetSelectInfo(selectInfo); in UpdateSelectInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.h108 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo() function
H A Dselect_overlay_node.h67 void SetSelectInfo(const std::string& selectInfo) in SetSelectInfo() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp272 menuPattern->SetSelectInfo(info.selectText); in UpdateExistOverlay()
375 menuPattern->SetSelectInfo(selectedInfo); in MarkInfoChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp522 selectOverlayProxy_->SetSelectInfo(GetSelectedText(start, end)); in OnHandleMove()
2586 selectOverlayProxy_->SetSelectInfo(GetSelectedText(start, end)); in UpdateSelectOverlayOrCreate()
2609 selectOverlayProxy_->SetSelectInfo(GetSelectedText(start, end)); in UpdateSelectOverlayOrCreate()