Home
last modified time | relevance | path

Searched refs:title_bounds_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium/chrome/browser/ui/views/
Dsad_tab_view.cc91 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()
Dconstrained_window_views.cc222 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()
Dsad_tab_view.h60 gfx::Rect title_bounds_; variable
/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab.cc71 title_bounds_.SetRect( in Layout()
103 return title_bounds_; in GetTitleBounds()
Dtab.cc173 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()
Dside_tab.h40 gfx::Rect title_bounds_; variable
Dtab.h106 gfx::Rect title_bounds_; variable
/external/chromium/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc412 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()
Dapp_panel_browser_frame_view.h106 gfx::Rect title_bounds_; variable
Dopaque_browser_frame_view.cc746 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()
Dopaque_browser_frame_view.h149 gfx::Rect title_bounds_; variable
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc743 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()
Dtab_renderer_gtk.h227 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/
Dtouch_tab.h69 gfx::Rect title_bounds_; variable
Dtouch_tab.cc53 return title_bounds_; in GetTitleBounds()
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height); in Layout()