Home
last modified time | relevance | path

Searched refs:VISIBLE_ACTIVE_ENABLE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp53 const std::string VISIBLE_ACTIVE_ENABLE = "persist.web.visible_active_enable"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp265 constexpr char VISIBLE_ACTIVE_ENABLE[] = "persist.web.visible_active_enable"; variable
801 isVisibleActiveEnable_ = system::GetBoolParameter(VISIBLE_ACTIVE_ENABLE, true); in InitFeatureParam()