Home
last modified time | relevance | path

Searched refs:GetSourceUrl (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_context_menu_params_impl.cpp52 ArkWebString ArkWebContextMenuParamsImpl::GetSourceUrl() in GetSourceUrl() function in OHOS::ArkWeb::ArkWebContextMenuParamsImpl
54 return ArkWebStringClassToStruct(nweb_context_menu_params_->GetSourceUrl()); in GetSourceUrl()
H A Dark_web_context_menu_params_impl.h42 ArkWebString GetSourceUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_context_menu_params_wrapper.cpp60 std::string ArkWebContextMenuParamsWrapper::GetSourceUrl() in GetSourceUrl() function in OHOS::ArkWeb::ArkWebContextMenuParamsWrapper
62 ArkWebString stSourceUrl = ark_web_context_menu_params_->GetSourceUrl(); in GetSourceUrl()
H A Dark_web_context_menu_params_wrapper.h44 std::string GetSourceUrl() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_context_menu_params.h44 virtual ArkWebString GetSourceUrl() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_context_menu_params.h79 virtual std::string GetSourceUrl() = 0;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_context_select_overlay_test.cpp52 std::string GetSourceUrl() const override in GetSourceUrl() function in OHOS::Ace::NG::MockWebContextMenuParam
H A Dweb_pattern_test_ng.cpp58 MOCK_METHOD(std::string, GetSourceUrl, (), (const, override));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h268 std::string GetSourceUrl() const override;
H A Dweb_delegate.cpp490 std::string ContextMenuParamOhos::GetSourceUrl() const in GetSourceUrl() function in OHOS::Ace::ContextMenuParamOhos
493 return param_->GetSourceUrl(); in GetSourceUrl()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1374 virtual std::string GetSourceUrl() const = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1540 … JSClass<JSContextMenuParam>::CustomMethod("getSourceUrl", &JSContextMenuParam::GetSourceUrl); in JSBind()
1629 void GetSourceUrl(const JSCallbackInfo& args) in GetSourceUrl() function in OHOS::Ace::Framework::JSContextMenuParam
1633 url = param_->GetSourceUrl(); in GetSourceUrl()