Home
last modified time | relevance | path

Searched refs:OnInterceptKeyboardAttach (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h163 static void OnInterceptKeyboardAttach(const JSCallbackInfo& args);
H A Djs_web.cpp1994 JSClass<JSWeb>::StaticMethod("onInterceptKeyboardAttach", &JSWeb::OnInterceptKeyboardAttach); in JSBind()
5447 void JSWeb::OnInterceptKeyboardAttach(const JSCallbackInfo& args) in OnInterceptKeyboardAttach() function in OHOS::OHOS::Ace::Framework::JSWeb
5449 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard OnInterceptKeyboardAttach register enter"); in OnInterceptKeyboardAttach()
5459 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard OnInterceptKeyboardAttach invoke enter"); in OnInterceptKeyboardAttach()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h173 ACE_WEB_EVENT_PROPERTY(OnInterceptKeyboardAttach, WebKeyboardOption);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h287 void OnInterceptKeyboardAttach(
H A Dweb_client_impl.cpp1143 void WebClientImpl::OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach() function in OHOS::Ace::WebClientImpl
1147 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard OnInterceptKeyboardAttach override enter"); in OnInterceptKeyboardAttach()
1153 delegate->OnInterceptKeyboardAttach(keyboardHandler, attributes, useSystemKeyboard, enterKeyType); in OnInterceptKeyboardAttach()
H A Dweb_delegate.h1038 void OnInterceptKeyboardAttach(
H A Dweb_delegate.cpp7050 void WebDelegate::OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach() function in OHOS::Ace::WebDelegate
7076 TAG_LOGI(AceLogTag::ACE_WEB, "WebCustomKeyboard OnInterceptKeyboardAttach sync task end"); in OnInterceptKeyboardAttach()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp1141 void WebDelegate::OnInterceptKeyboardAttach( in OnInterceptKeyboardAttach() function in OHOS::Ace::WebDelegate

Completed in 31 milliseconds