Searched defs:oldBegin (Results 1 – 7 of 7) sorted by relevance
/base/inputmethod/imf/frameworks/inputmethod_ability/src/ |
D | input_method_agent_stub.cpp | 65 int32_t oldBegin = data.ReadInt32(); in OnRemoteRequest() local 113 …void InputMethodAgentStub::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEnd, in OnSelectionChange()
|
D | input_method_agent_proxy.cpp | 58 …void InputMethodAgentProxy::OnSelectionChange(std::u16string text, int32_t oldBegin, int32_t oldEn… in OnSelectionChange()
|
D | input_method_ability.cpp | 309 int32_t oldBegin = data->ReadInt32(); in OnSelectionChange() local
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_keyboard_delegate_setting.h | 110 int32_t oldBegin = 0; member
|
D | js_keyboard_delegate_setting.cpp | 432 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 | 38 void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) {} in OnSelectionChange()
|
/base/inputmethod/imf/unitest/src/ |
D | input_method_controller_test.cpp | 194 …void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, i… in OnSelectionChange()
|