Home
last modified time | relevance | path

Searched refs:HandleSelect (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.cpp83 …{ KeyComb(KeyCode::KEY_DPAD_LEFT, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent… in __anon1d5a884c1702()
84 …{ KeyComb(KeyCode::KEY_DPAD_RIGHT, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveInten… in __anon1d5a884c1802()
85 …{ KeyComb(KeyCode::KEY_DPAD_UP, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent::… in __anon1d5a884c1902()
86 …{ KeyComb(KeyCode::KEY_DPAD_DOWN, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent… in __anon1d5a884c1a02()
87 …{ KeyComb(KeyCode::KEY_MOVE_HOME, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent… in __anon1d5a884c1b02()
88 …{ KeyComb(KeyCode::KEY_MOVE_END, KEY_SHIFT), [](tic* c) -> void { c->HandleSelect(CaretMoveIntent:… in __anon1d5a884c1c02()
90 [](tic* c) -> void { c->HandleSelect(CaretMoveIntent::LeftWord); } }, in __anon1d5a884c1d02()
92 [](tic* c) -> void { c->HandleSelect(CaretMoveIntent::RightWord); } }, in __anon1d5a884c1e02()
H A Dtext_input_client.h164 virtual void HandleSelect(CaretMoveIntent direction) {} in HandleSelect() function
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp82 void ArkIMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
84 real_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
H A Dark_imf_text_listener_adapter_impl.h49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp85 void ArkIMFTextListenerAdapterWrapper::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
87 ctocpp_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
H A Dark_imftext_listener_adapter_wrapper.h49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_keyboard_shortcut_test_ng.cpp198 richEditorPattern->HandleSelect(CaretMoveIntent::LineEnd);
201 richEditorPattern->HandleSelect(CaretMoveIntent::Down);
233 richEditorPattern->HandleSelect(CaretMoveIntent::Left);
236 richEditorPattern->HandleSelect(CaretMoveIntent::Right);
239 richEditorPattern->HandleSelect(CaretMoveIntent::LeftWord);
242 richEditorPattern->HandleSelect(CaretMoveIntent::RightWord);
245 richEditorPattern->HandleSelect(CaretMoveIntent::ParagraghBegin);
248 richEditorPattern->HandleSelect(CaretMoveIntent::ParagraghEnd);
251 richEditorPattern->HandleSelect(CaretMoveIntent::LineBegin);
293 richEditorPattern->HandleSelect(CaretMoveIntent::Up);
H A Drich_editor_pattern_testthree_ng.cpp181 richEditorPattern->HandleSelect(CaretMoveIntent::Home);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_cursor_test.cpp533 pattern_->HandleSelect(select[0]);
543 pattern_->HandleSelect(select[1]);
571 pattern_->HandleSelect(select[2]);
582 pattern_->HandleSelect(select[3]);
640 pattern_->HandleSelect(select[0]);
650 pattern_->HandleSelect(select[1]);
677 pattern_->HandleSelect(select[2]);
687 pattern_->HandleSelect(select[3]);
H A Dtext_area_test.cpp883 pattern_->HandleSelect(CaretMoveIntent::Up);
894 pattern_->HandleSelect(CaretMoveIntent::Down);
916 pattern_->HandleSelect(CaretMoveIntent::Right);
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp198 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override in HandleSelect() function in OHOS::NWeb::IMFTextListenerTest
379 listenerTest->HandleSelect(0, 0);
448 listenerTest->HandleSelect(0, 0);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h38 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {} in HandleSelect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.h41 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
H A Don_text_changed_listener_impl.cpp273 void OnTextChangedListenerImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::Ace::OnTextChangedListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {}; in HandleSelect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h46 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
H A Don_text_changed_listener_impl.cpp254 void OnTextChangedListenerImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::Ace::NG::OnTextChangedListenerImpl
282 client->HandleSelect(direction); in HandleSelect()
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h124 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h70 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp172 void IMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::NWeb::IMFTextListenerAdapterImpl
175 listener_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h158 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp68 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override in HandleSelect() function in OHOS::MiscServices::TextListenerImpl
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp129 void TextListener::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::MiscServices::TextListener
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h68 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;

12