Home
last modified time | relevance | path

Searched refs:SendFunctionKey (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.h37 void SendFunctionKey(const MiscServices::FunctionKey& functionKey) override;
H A Don_text_changed_listener_impl.cpp177 void OnTextChangedListenerImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey() function in OHOS::Ace::OnTextChangedListenerImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h42 void SendFunctionKey(const MiscServices::FunctionKey& functionKey) override;
H A Don_text_changed_listener_impl.cpp158 void OnTextChangedListenerImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey() function in OHOS::Ace::NG::OnTextChangedListenerImpl
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h157 void SendFunctionKey(int32_t key) override
160 keyboardHandler_->SendFunctionKey(key);
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h759 virtual void SendFunctionKey(int32_t key) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp205 JSClass<JSWebKeyboardController>::CustomMethod("sendFunctionKey", &JSWebKeyboardController::SendFunctionKey); in JSBind()
255 void SendFunctionKey(const JSCallbackInfo& args) in SendFunctionKey() function in OHOS::OHOS::Ace::Framework::JSWebKeyboardController
265 webKeyboardController_->SendFunctionKey(args[0]->ToNumber<int32_t>()); in SendFunctionKey()

Completed in 18 milliseconds