Home
last modified time | relevance | path

Searched refs:SetLinkURL (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.cpp36 bool ArkWebDragDataImpl::SetLinkURL(const ArkWebString& url) in SetLinkURL() function in OHOS::ArkWeb::ArkWebDragDataImpl
38 return nweb_drag_data_->SetLinkURL(ArkWebStringStructToClass(url)); in SetLinkURL()
H A Dark_web_drag_data_impl.h45 bool SetLinkURL(const ArkWebString& url) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_drag_data_wrapper.cpp45 bool ArkWebDragDataWrapper::SetLinkURL(const std::string& url) in SetLinkURL() function in OHOS::ArkWeb::ArkWebDragDataWrapper
49 bool flag = ark_web_drag_data_->SetLinkURL(stUrl); in SetLinkURL()
H A Dark_web_drag_data_wrapper.h43 bool SetLinkURL(const std::string& url) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_drag_data.h44 virtual bool SetLinkURL(const ArkWebString& url) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_drag_data.h65 virtual bool SetLinkURL(const std::string& url) = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp72 bool SetLinkURL(const std::string& url) override in SetLinkURL() function in OHOS::NWeb::NWebDragDataMock
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp1738 delegate_->dragData_->SetLinkURL(linkUrl); in HandleOnDragDropLink()
1903 delegate_->dragData_->SetLinkURL(linkUrl); in ClearDragData()