Home
last modified time | relevance | path

Searched refs:composition_bounds_ (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Dosr_ime_handler_win.cc166 if (location < static_cast<int>(composition_bounds_.size())) in MoveImeWindow()
167 rc = composition_bounds_[location]; in MoveImeWindow()
389 composition_bounds_ = bounds; in ChangeCompositionRange()
Dtext_input_client_osr_mac.h28 std::vector<CefRect> composition_bounds_; variable
Dosr_ime_handler_win.h89 std::vector<CefRect> composition_bounds_; variable
Dtext_input_client_osr_mac.mm208 if (location < composition_bounds_.size()) {
209 const CefRect& rc = composition_bounds_[location];
329 composition_bounds_ = bounds;