/base/inputmethod/imf/frameworks/inputmethod_ability/src/ |
D | input_method_agent_stub.cpp | 67 int32_t newBegin = data.ReadInt32(); in OnRemoteRequest() local 69 OnSelectionChange(text, oldBegin, oldEnd, newBegin, newEnd); in OnRemoteRequest() 114 int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument 124 data->WriteInt32(newBegin); in OnSelectionChange()
|
D | input_method_agent_proxy.cpp | 59 int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument 72 data.WriteInt32(newBegin); in OnSelectionChange()
|
D | input_method_ability.cpp | 311 int32_t newBegin = data->ReadInt32(); in OnSelectionChange() local 320 kdListener_->OnSelectionChange(oldBegin, oldEnd, newBegin, newEnd); in OnSelectionChange()
|
/base/inputmethod/imf/frameworks/inputmethod_ability/include/ |
D | keyboard_listener.h | 26 …virtual void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd)…
|
D | i_input_method_agent.h | 42 int32_t newBegin, int32_t newEnd) = 0;
|
D | input_method_agent_proxy.h | 43 int32_t newBegin, int32_t newEnd) override;
|
D | input_method_agent_stub.h | 38 int32_t newBegin, int32_t newEnd) override;
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_keyboard_delegate_setting.h | 84 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid… 112 int32_t newBegin = 0; member
|
D | js_keyboard_delegate_setting.cpp | 432 …egateSetting::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) in OnSelectionChange() argument 435 SelectionPara para{ oldBegin, oldEnd, newBegin, newEnd }; in OnSelectionChange() 440 entry.selPara.newBegin = para.newBegin; in OnSelectionChange() 462 napi_create_int32(item->env_, entry->selPara.newBegin, &args[ARGC_TWO]); 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() argument
|
/base/inputmethod/imf/test/unitest/src/ |
D | InputMethodTest.js | 737 KeyboardDelegate.off('selectionChange', (oldBegin, oldEnd, newBegin, newEnd) => { 740 console.info("inputMethodEngine beforeEach selectionChange newBegin:" + newBegin); 787 mKeyboardDelegate.on('selectionChange', (oldBegin, oldEnd, newBegin, newEnd) => { 790 console.info("inputMethodEngine beforeEach selectionChange newBegin:" + newBegin);
|
/base/inputmethod/imf/unitest/src/ |
D | input_method_controller_test.cpp | 174 …void OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newEnd) overrid… 194 …void KeyboardListenerImpl::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, i… in OnSelectionChange() argument
|