Searched refs:text_bounds (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/chromeos/ |
D | drop_shadow_label.cc | 40 const gfx::Rect& text_bounds, in PaintText() argument 49 text_bounds.x() + i, text_bounds.y(), in PaintText() 50 text_bounds.width(), text_bounds.height(), flags); in PaintText() 52 text_bounds.x() + i, text_bounds.y() + i, in PaintText() 53 text_bounds.width(), text_bounds.height(), flags); in PaintText() 55 text_bounds.x(), text_bounds.y() + i, in PaintText() 56 text_bounds.width(), text_bounds.height(), flags); in PaintText() 61 text_bounds.x(), text_bounds.y(), in PaintText() 62 text_bounds.width(), text_bounds.height(), flags); in PaintText() 65 gfx::Rect focus_bounds = text_bounds; in PaintText()
|
D | drop_shadow_label.h | 40 const gfx::Rect& text_bounds,
|
/external/chromium/chrome/browser/ui/views/autocomplete/ |
D | touch_autocomplete_popup_contents_view.cc | 36 text_bounds().y()); in PaintMatch() 40 text_bounds().y() + GetFontHeight()); in PaintMatch()
|
D | autocomplete_result_view.h | 67 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds() function
|