/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.cpp | 83 …{ 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 D | text_input_client.h | 164 virtual void HandleSelect(CaretMoveIntent direction) {} in HandleSelect() function
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_text_listener_adapter_impl.cpp | 82 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 D | ark_imf_text_listener_adapter_impl.h | 49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_imftext_listener_adapter_wrapper.cpp | 85 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 D | ark_imftext_listener_adapter_wrapper.h | 49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_keyboard_shortcut_test_ng.cpp | 198 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 D | rich_editor_pattern_testthree_ng.cpp | 181 richEditorPattern->HandleSelect(CaretMoveIntent::Home);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_cursor_test.cpp | 533 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 D | text_area_test.cpp | 883 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 D | imf_adapter_impl_test.cpp | 198 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 D | js_get_input_method_textchange_listener.h | 38 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 D | on_text_changed_listener_impl.h | 41 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
H A D | on_text_changed_listener_impl.cpp | 273 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 D | native_text_changed_listener.h | 44 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 D | on_text_changed_listener_impl.h | 46 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
H A D | on_text_changed_listener_impl.cpp | 254 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 D | text_listener.h | 44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 124 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
H A D | imf_adapter_impl.h | 70 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 172 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 D | imf_adapter.h | 158 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | virtual_listener_test.cpp | 68 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 D | text_listener.cpp | 129 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 D | input_method_controller.h | 68 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
|