Searched refs:composition_bounds_ (Results 1 – 4 of 4) sorted by relevance
166 if (location < static_cast<int>(composition_bounds_.size())) in MoveImeWindow()167 rc = composition_bounds_[location]; in MoveImeWindow()389 composition_bounds_ = bounds; in ChangeCompositionRange()
28 std::vector<CefRect> composition_bounds_; variable
89 std::vector<CefRect> composition_bounds_; variable
208 if (location < composition_bounds_.size()) {209 const CefRect& rc = composition_bounds_[location];329 composition_bounds_ = bounds;