Home
last modified time | relevance | path

Searched defs:cursorInfo (Results 1 – 10 of 10) sorted by relevance

/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_attach_test.cpp188 CursorInfo cursorInfo; variable
283 CursorInfo cursorInfo; variable
320 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
349 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
483 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js201 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
231 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
DInputMethodTest.js924 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h131 CursorInfo cursorInfo = {}; variable
138 CursorInfo cursorInfo = {}; member
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h63 IMFAdapterCursorInfo cursorInfo = {}; member
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp266 void IMFAdapterImpl::OnCursorUpdate(IMFAdapterCursorInfo cursorInfo) in OnCursorUpdate()
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp73 CursorInfo cursorInfo; in TestOnSelectionChange() local
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp208 IMFAdapterCursorInfo cursorInfo; variable
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h91 CursorInfo cursorInfo; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp725 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate()