Home
last modified time | relevance | path

Searched refs:customScheme_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h181 customScheme_ = scheme; in SetCustomScheme()
186 return customScheme_; in GetCustomScheme()
614 std::optional<std::string> customScheme_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.h412 return customScheme_; in GetCustomScheme()
417 customScheme_ = std::move(cmdLine); in SetCustomScheme()
1159 std::string customScheme_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h252 customScheme_ = scheme; in SetCustomScheme()
257 return customScheme_; in GetCustomScheme()
1024 std::optional<std::string> customScheme_; variable