Home
last modified time | relevance | path

Searched refs:GetLinkURL (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_drag_data_impl.cpp31 ArkWebString ArkWebDragDataImpl::GetLinkURL() in GetLinkURL() function in OHOS::ArkWeb::ArkWebDragDataImpl
33 return ArkWebStringClassToStruct(nweb_drag_data_->GetLinkURL()); in GetLinkURL()
H A Dark_web_drag_data_impl.h40 ArkWebString GetLinkURL() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_drag_data_wrapper.cpp36 std::string ArkWebDragDataWrapper::GetLinkURL() in GetLinkURL() function in OHOS::ArkWeb::ArkWebDragDataWrapper
38 ArkWebString stUrl = ark_web_drag_data_->GetLinkURL(); in GetLinkURL()
H A Dark_web_drag_data_wrapper.h38 std::string GetLinkURL() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_drag_data.h38 virtual ArkWebString GetLinkURL() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_drag_data.h47 virtual std::string GetLinkURL() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp36 std::string GetLinkURL() override in GetLinkURL() function in OHOS::NWeb::NWebDragDataMock
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1359 std::string linkUrl = delegate_->dragData_->GetLinkURL(); in HandleOnDragStart()