Home
last modified time | relevance | path

Searched refs:GetSelectInfo (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_pattern.h113 const std::string& GetSelectInfo() const in GetSelectInfo() function
H A Dselect_overlay_node.h72 const std::string& GetSelectInfo() const in GetSelectInfo() function
H A Dselect_overlay_node.cpp317 auto selectInfo = pattern->GetSelectInfo(); in BindButtonClickEvent()
1196 auto selectInfo = pattern->GetSelectInfo(); in addMenuOptionItemsParams()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp952 ArkWebString ArkWebNWebImpl::GetSelectInfo() in GetSelectInfo() function in OHOS::ArkWeb::ArkWebNWebImpl
954 return ArkWebStringClassToStruct(nweb_nweb_->GetSelectInfo()); in GetSelectInfo()
H A Dark_web_nweb_impl.h1075 ArkWebString GetSelectInfo() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h1301 virtual ArkWebString GetSelectInfo() = 0;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1108 std::string ArkWebNWebWrapper::GetSelectInfo() in GetSelectInfo() function in OHOS::ArkWeb::ArkWebNWebWrapper
1110 return ArkWebStringStructToClass(ark_web_nweb_->GetSelectInfo()); in GetSelectInfo()
H A Dark_web_nweb_wrapper.h1066 std::string GetSelectInfo() override;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1258 virtual std::string GetSelectInfo() = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h982 std::string GetSelectInfo() const;
H A Dweb_pattern.cpp3891 auto info = GetSelectInfo(); in IsSelectInfoValid()
3895 std::string WebPattern::GetSelectInfo() const in GetSelectInfo() function in OHOS::Ace::NG::WebPattern
3898 return delegate_->GetSelectInfo(); in GetSelectInfo()
3911 std::string selectStr = webPattern->GetSelectInfo(); in OnSelectionMenuOptionsUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h982 std::string GetSelectInfo() const;
H A Dweb_delegate.cpp7007 std::string WebDelegate::GetSelectInfo() const in GetSelectInfo() function in OHOS::Ace::WebDelegate
7010 return nweb_->GetSelectInfo(); in GetSelectInfo()