Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/
Ddrop_shadow_label.cc40 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()
Ddrop_shadow_label.h40 const gfx::Rect& text_bounds,
/external/chromium/chrome/browser/ui/views/autocomplete/
Dtouch_autocomplete_popup_contents_view.cc36 text_bounds().y()); in PaintMatch()
40 text_bounds().y() + GetFontHeight()); in PaintMatch()
Dautocomplete_result_view.h67 const gfx::Rect& text_bounds() const { return text_bounds_; } in text_bounds() function