/external/chromium/chrome/browser/ui/views/ |
D | sad_tab_view.cc | 91 title_bounds_.x(), title_bounds_.y(), in OnPaint() 92 title_bounds_.width(), title_bounds_.height(), in OnPaint() 115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height); in Layout() 123 int message_y = title_bounds_.bottom() + kTitleMessageSpacing; in Layout()
|
D | constrained_window_views.cc | 222 gfx::Rect title_bounds_; member in ConstrainedWindowFrameView 291 SchedulePaintInRect(title_bounds_); in UpdateWindowTitle() 496 *title_font_, GetTitleColor(), GetMirroredXForRect(title_bounds_), in PaintTitleBar() 497 title_bounds_.y(), title_bounds_.width(), title_bounds_.height()); in PaintTitleBar() 534 title_bounds_.SetRect(title_x, in LayoutTitleBar()
|
D | sad_tab_view.h | 60 gfx::Rect title_bounds_; variable
|
/external/chromium/chrome/browser/ui/views/tabs/ |
D | side_tab.cc | 71 title_bounds_.SetRect( in Layout() 103 return title_bounds_; in GetTitleBounds()
|
D | tab.cc | 173 return title_bounds_; in GetTitleBounds() 300 title_bounds_.SetRect(title_left, title_top, title_width, font_height()); in Layout() 302 title_bounds_.SetRect(title_left, title_top, 0, 0); in Layout() 312 title_bounds_.set_x(GetMirroredXForRect(title_bounds_)); in Layout() 354 origin->set_x(title_bounds_.x() + 10); in GetTooltipTextOrigin()
|
D | side_tab.h | 40 gfx::Rect title_bounds_; variable
|
D | tab.h | 106 gfx::Rect title_bounds_; variable
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | app_panel_browser_frame_view.cc | 412 SK_ColorBLACK, GetMirroredXForRect(title_bounds_), title_bounds_.y(), in PaintTitleBar() 413 title_bounds_.width(), title_bounds_.height()); in PaintTitleBar() 499 title_bounds_.SetRect(title_x, in LayoutTitleBar()
|
D | app_panel_browser_frame_view.h | 106 gfx::Rect title_bounds_; variable
|
D | opaque_browser_frame_view.cc | 746 SK_ColorWHITE, GetMirroredXForRect(title_bounds_), in PaintTitleBar() 747 title_bounds_.y(), title_bounds_.width(), title_bounds_.height()); in PaintTitleBar() 1067 title_bounds_.SetRect(title_x, in LayoutTitleBar()
|
D | opaque_browser_frame_view.h | 149 gfx::Rect title_bounds_; variable
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.cc | 743 title_bounds_.SetRect(title_left, title_top, title_width, content_height); in Layout() 750 title_bounds_.set_x( in Layout() 751 gtk_util::MirroredLeftPointForRect(tab_.get(), title_bounds_)); in Layout() 823 title_bounds_.x(), title_bounds_.y(), in PaintTitle() 824 title_bounds_.width(), title_bounds_.height()); in PaintTitle()
|
D | tab_renderer_gtk.h | 227 const gfx::Rect& title_bounds() const { return title_bounds_; } in title_bounds() 380 gfx::Rect title_bounds_; variable
|
/external/chromium/chrome/browser/ui/touch/tabs/ |
D | touch_tab.h | 69 gfx::Rect title_bounds_; variable
|
D | touch_tab.cc | 53 return title_bounds_; in GetTitleBounds() 104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height); in Layout()
|