Home
last modified time | relevance | path

Searched defs:newBegin (Results 1 – 4 of 4) sorted by relevance

/base/miscservices/inputmethod/frameworks/inputmethod_ability/src/
Dinput_method_agent_stub.cpp66 int32_t newBegin = data.ReadInt32(); in OnRemoteRequest() local
113 int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_agent_proxy.cpp58 int32_t newBegin, int32_t newEnd) in OnSelectionChange()
Dinput_method_ability.cpp336 int32_t newBegin = data->ReadInt32(); in OnSelectionChange() local
/base/miscservices/inputmethod/interfaces/kits/js/napi/inputmethodengine/src/
Djs_keyboard_delegate_listener.cpp195 …legateListener::OnSelectionChange(int32_t oldBegin, int32_t oldEnd, int32_t newBegin, int32_t newE… in OnSelectionChange()