Home
last modified time | relevance | path

Searched defs:oldBegin (Results 1 – 11 of 11) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_stub.cpp61 int32_t oldBegin = data.ReadInt32(); in OnRemoteRequest() local
152 void InputMethodAgentStub::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd,… in OnSelectionChange()
Dinput_method_agent_proxy.cpp59 std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_ability.cpp352 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/
Dtask_imsa.h129 …TaskImsaOnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, int32_t newBegin,… in TaskImsaOnSelectionChange()
/base/inputmethod/imf/test/common/src/
Dkeyboard_listener_test_impl.cpp55 void KeyboardListenerTestImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin… in OnSelectionChange()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.h69 int32_t oldBegin = 0; member
Djs_keyboard_delegate_setting.cpp507 void JsKeyboardDelegateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegi… in OnSelectionChange()
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp39 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) { } in OnSelectionChange()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp100 void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, in… in OnSelectionChange()
Dinput_method_controller_test.cpp213 …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/
Dinput_method_utils.h172 int32_t oldBegin = INVALID_VALUE; member