Home
last modified time | relevance | path

Searched refs:SetCustomScheme (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_model_test_ng.cpp57 webModelNG.SetCustomScheme("123");
135 webModelNG.SetCustomScheme("123");
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h34 void SetCustomScheme(const std::string& cmdLine) override;
H A Dweb_model_impl.cpp56 void WebModelImpl::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme() function in OHOS::Ace::Framework::WebModelImpl
61 webComponent->SetCustomScheme(cmdLine); in SetCustomScheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_model.h40 virtual void SetCustomScheme(const std::string& cmdLine) = 0;
H A Dweb_model_ng.h43 void SetCustomScheme(const std::string& cmdLine) override;
H A Dweb_model_ng.cpp94 void WebModelNG::SetCustomScheme(const std::string& cmdLine) in SetCustomScheme() function in OHOS::Ace::NG::WebModelNG
99 webPattern->SetCustomScheme(cmdLine); in SetCustomScheme()
H A Dweb_pattern.h250 void SetCustomScheme(const std::string& scheme) in SetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp256 WebModel::GetInstance()->SetCustomScheme(controller->customeSchemeCmdLine_); in FfiOHOSAceFrameworkWebCreate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h179 void SetCustomScheme(const std::string& scheme) in SetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h415 void SetCustomScheme(std::string cmdLine) in SetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp2438 WebModel::GetInstance()->SetCustomScheme(cmdLine); in Create()