Home
last modified time | relevance | path

Searched refs:GetCustomScheme (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h184 const std::optional<std::string>& GetCustomScheme() const in GetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h410 std::string GetCustomScheme() const in GetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h255 const std::optional<std::string>& GetCustomScheme() const in GetCustomScheme() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1098 std::string GetCustomScheme();
H A Dweb_delegate.cpp2644 std::string WebDelegate::GetCustomScheme() in GetCustomScheme() function in OHOS::Ace::WebDelegate
2650 auto webData = webPattern->GetCustomScheme(); in GetCustomScheme()
2658 customScheme = webCom->GetCustomScheme(); in GetCustomScheme()
2874 std::string customScheme = delegate->GetCustomScheme(); in InitWebViewWithSurface()