Home
last modified time | relevance | path

Searched refs:isAllowWindowOpenMethod (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h75 virtual void UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod) = 0;
H A Dweb_model.h114 virtual void SetAllowWindowOpenMethod(bool isAllowWindowOpenMethod) = 0;
H A Dweb_model_ng.h120 void SetAllowWindowOpenMethod(bool isAllowWindowOpenMethod) override;
H A Dweb_model_ng.cpp702 void WebModelNG::SetAllowWindowOpenMethod(bool isAllowWindowOpenMethod) in SetAllowWindowOpenMethod() argument
706 webPattern->UpdateAllowWindowOpenMethod(isAllowWindowOpenMethod); in SetAllowWindowOpenMethod()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h108 static void AllowWindowOpenMethod(bool isAllowWindowOpenMethod);
H A Djs_web.cpp4135 void JSWeb::AllowWindowOpenMethod(bool isAllowWindowOpenMethod) in AllowWindowOpenMethod() argument
4137 WebModel::GetInstance()->SetAllowWindowOpenMethod(isAllowWindowOpenMethod); in AllowWindowOpenMethod()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dweb_model_impl.h104 void SetAllowWindowOpenMethod(bool isAllowWindowOpenMethod) override;
H A Dweb_model_impl.cpp560 void WebModelImpl::SetAllowWindowOpenMethod(bool isAllowWindowOpenMethod) in SetAllowWindowOpenMethod() argument
564 webComponent->SetAllowWindowOpenMethod(isAllowWindowOpenMethod); in SetAllowWindowOpenMethod()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h388 void UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod) override;
H A Dweb_delegate_cross.cpp1603 void WebDelegateCross::UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod) in UpdateAllowWindowOpenMethod() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp646 void WebDelegate::UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod) {} in UpdateAllowWindowOpenMethod() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h761 void UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod);
H A Dweb_delegate.cpp3488 void WebDelegate::UpdateAllowWindowOpenMethod(bool isAllowWindowOpenMethod) in UpdateAllowWindowOpenMethod() argument
3495 [weak = WeakClaim(this), isAllowWindowOpenMethod]() { in UpdateAllowWindowOpenMethod()
3500 setting->PutIsCreateWindowsByJavaScriptAllowed(isAllowWindowOpenMethod); in UpdateAllowWindowOpenMethod()

Completed in 39 milliseconds