Home
last modified time | relevance | path

Searched refs:character_boundsCount (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Drender_handler_ctocpp.cc363 const size_t character_boundsCount = character_bounds.size(); in OnImeCompositionRangeChanged() local
365 if (character_boundsCount > 0) { in OnImeCompositionRangeChanged()
366 character_boundsList = new cef_rect_t[character_boundsCount]; in OnImeCompositionRangeChanged()
369 for (size_t i = 0; i < character_boundsCount; ++i) { in OnImeCompositionRangeChanged()
378 character_boundsCount, character_boundsList); in OnImeCompositionRangeChanged()
/third_party/cef/libcef_dll/cpptoc/
Drender_handler_cpptoc.cc406 size_t character_boundsCount, in render_handler_on_ime_composition_range_changed() argument
424 DCHECK(character_boundsCount == 0 || character_bounds); in render_handler_on_ime_composition_range_changed()
425 if (character_boundsCount > 0 && !character_bounds) in render_handler_on_ime_composition_range_changed()
432 if (character_boundsCount > 0) { in render_handler_on_ime_composition_range_changed()
433 for (size_t i = 0; i < character_boundsCount; ++i) { in render_handler_on_ime_composition_range_changed()
/third_party/cef/include/capi/
Dcef_render_handler_capi.h210 size_t character_boundsCount,