Home
last modified time | relevance | path

Searched refs:GetAllowWindowOpenMethodEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.cpp38 if (SystemProperties::GetAllowWindowOpenMethodEnabled()) { in WebComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h498 static bool GetAllowWindowOpenMethodEnabled();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp677 bool SystemProperties::GetAllowWindowOpenMethodEnabled() in GetAllowWindowOpenMethodEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2954 isAllowWindowOpenMethod_ = SystemProperties::GetAllowWindowOpenMethodEnabled(); in OnModifyDone()