Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_component.cpp39 isAllowWindowOpenMethod_ = true; in WebComponent()
H A Dweb_component.h591 return isAllowWindowOpenMethod_; in GetAllowWindowOpenMethod()
596 isAllowWindowOpenMethod_ = isEnabled; in SetAllowWindowOpenMethod()
1174 bool isAllowWindowOpenMethod_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.h646 bool isAllowWindowOpenMethod_ = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.h1087 bool isAllowWindowOpenMethod_ = false; variable
H A Dweb_pattern.cpp2954 isAllowWindowOpenMethod_ = SystemProperties::GetAllowWindowOpenMethodEnabled(); in OnModifyDone()
2955 … delegate_->UpdateAllowWindowOpenMethod(GetAllowWindowOpenMethodValue(isAllowWindowOpenMethod_)); in OnModifyDone()