Home
last modified time | relevance | path

Searched defs:webController (Results 1 – 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web_controller.h80 void SetController(const RefPtr<WebController>& webController) in SetController()
Djs_web_controller.cpp542 auto webController = Referenced::MakeRefPtr<JSWebController>(); in Constructor() local
549 void JSWebController::Destructor(JSWebController* webController) in Destructor()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_pattern_event_test.cpp45 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); in SetUpTestCase() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_pattern.h177 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
Dweb_pattern.cpp60 const RefPtr<WebController>& webController, in WebPattern()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.h187 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
Dweb_model_ng.cpp33 void WebModelNG::Create(const std::string& src, const RefPtr<WebController>& webController, WebType… in Create()
Dweb_pattern.cpp168 const RefPtr<WebController>& webController, in WebPattern()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dweb_model_impl.cpp22 void WebModelImpl::Create(const std::string& src, const RefPtr<WebController>& webController, WebTy… in Create()
/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_component.h354 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp1987 RefPtr<WebController> webController; in SetWebCallBack() local