Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web_controller.h81 void SetController(const RefPtr<WebController>& webController) in SetController()
Djs_web_controller.cpp547 auto webController = Referenced::MakeRefPtr<JSWebController>(); in Constructor() local
554 void JSWebController::Destructor(JSWebController* webController) in Destructor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/implementation/
Dweb_controller_peer_impl.h42 void SetController(const RefPtr<WebController>& webController) in SetController()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_pattern_event_test.cpp47 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); in SetUpTestCase() local
Dweb_pattern_web_test_ng.cpp655 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); variable
702 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); variable
1243 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); variable
1282 RefPtr<WebController> webController = AceType::MakeRefPtr<WebController>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
Dweb_pattern.h191 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
Dweb_pattern.cpp60 WebPattern::WebPattern(const std::string& webSrc, const RefPtr<WebController>& webController, Rende… in WebPattern()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dweb_model_impl.cpp19 void WebModelImpl::Create(const std::string& src, const RefPtr<WebController>& webController, in Create()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.h289 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
Dweb_model_ng.cpp36 void WebModelNG::Create(const std::string& src, const RefPtr<WebController>& webController, RenderM… in Create()
Dweb_pattern.cpp586 WebPattern::WebPattern(const std::string& webSrc, const RefPtr<WebController>& webController, Rende… in WebPattern()
/foundation/arkui/ace_engine/frameworks/core/components/web/
Dweb_component.h398 void SetWebController(const RefPtr<WebController>& webController) in SetWebController()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ani/
Dweb_model_static.cpp129 … WebModelStatic::SetWebController(FrameNode* frameNode, const RefPtr<WebController>& webController) in SetWebController()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_delegate.cpp2546 RefPtr<WebController> webController; in SetWebCallBack() local