Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/autocomplete/
Dautocomplete_result_view.h67 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds()
122 gfx::Rect text_bounds_; variable
Dautocomplete_result_view.cc186 text_bounds_.y()); in PaintMatch()
201 text_bounds_.y()); in PaintMatch()
204 text_bounds_.y()); in PaintMatch()
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2), in Layout()
527 int x = GetMirroredXForRect(text_bounds_); in OnPaint()
528 mirroring_context_->Initialize(x, text_bounds_.width()); in OnPaint()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_result_view.h90 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds()
163 gfx::Rect text_bounds_; variable
Domnibox_result_view.cc233 text_bounds_.y()); in PaintMatch()
248 text_bounds_.y()); in PaintMatch()
251 text_bounds_.y()); in PaintMatch()
596 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height()); in Layout()
615 int x = GetMirroredXForRect(text_bounds_); in OnPaint()
616 mirroring_context_->Initialize(x, text_bounds_.width()); in OnPaint()