Searched defs:oldBegin (Results 1 – 11 of 11) sorted by relevance
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
| D | input_method_agent_stub.cpp | 61 int32_t oldBegin = data.ReadInt32(); in OnRemoteRequest() local 152 void InputMethodAgentStub::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd,… in OnSelectionChange()
|
| D | input_method_agent_proxy.cpp | 59 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| D | input_method_ability.cpp | 352 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_ability/include/tasks/ |
| D | task_imsa.h | 129 …TaskImsaOnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,… in TaskImsaOnSelectionChange()
|
| /base/inputmethod/imf/test/common/src/ |
| D | keyboard_listener_test_impl.cpp | 55 void KeyboardListenerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin… in OnSelectionChange()
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| D | js_keyboard_delegate_setting.h | 69 int32_t oldBegin = 0; member
|
| D | js_keyboard_delegate_setting.cpp | 507 void JsKeyboardDelegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegi… in OnSelectionChange()
|
| /base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
| D | inputmethodability_fuzzer.cpp | 39 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) { } in OnSelectionChange()
|
| /base/inputmethod/imf/test/unittest/cpp_test/src/ |
| D | input_method_editor_test.cpp | 100 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in… in OnSelectionChange()
|
| D | input_method_controller_test.cpp | 213 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) override in OnSelectionChange()
|
| /base/inputmethod/imf/frameworks/native/inputmethod_controller/include/ |
| D | input_method_utils.h | 172 int32_t oldBegin = INVALID_VALUE; member
|