Home
last modified time | relevance | path

Searched refs:GetSourceUrl (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp325 std::string ContextMenuParamOhos::GetSourceUrl() const in GetSourceUrl() function in OHOS::Ace::ContextMenuParamOhos
H A Dweb_context_select_overlay_test.cpp52 std::string GetSourceUrl() const override
H A Dweb_pattern_test_ng_supplement.cpp51 MOCK_METHOD(std::string, GetSourceUrl, (), (const, override));
H A Dweb_pattern_test_ng.cpp136 MOCK_METHOD(std::string, GetSourceUrl, (), (const, override));
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h269 std::string GetSourceUrl() const override;
H A Dweb_delegate.cpp480 std::string ContextMenuParamOhos::GetSourceUrl() const in GetSourceUrl() function in OHOS::Ace::ContextMenuParamOhos
483 return param_->GetSourceUrl(); in GetSourceUrl()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1384 virtual std::string GetSourceUrl() const = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1532 JSClass<JSContextMenuParam>::CustomMethod("getSourceUrl", &JSContextMenuParam::GetSourceUrl); in JSBind()
1621 void GetSourceUrl(const JSCallbackInfo& args) in GetSourceUrl() function in OHOS::OHOS::Ace::Framework::JSContextMenuParam
1625 url = param_->GetSourceUrl(); in GetSourceUrl()

Completed in 40 milliseconds