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

/external/chromium/chrome/browser/ui/views/tabs/
H A Dside_tab.h40 gfx::Rect title_bounds_; member in class:SideTab
H A Dside_tab.cc71 title_bounds_.SetRect(
103 return title_bounds_;
H A Dtab.h106 gfx::Rect title_bounds_; member in class:Tab
H A Dtab.cc173 return title_bounds_;
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height());
302 title_bounds_.SetRect(title_left, title_top, 0, 0);
312 title_bounds_.set_x(GetMirroredXForRect(title_bounds_));
354 origin->set_x(title_bounds_.x() + 10);
/external/chromium/chrome/browser/ui/views/
H A Dsad_tab_view.h60 gfx::Rect title_bounds_; member in class:SadTabView
H A Dsad_tab_view.cc91 title_bounds_.x(), title_bounds_.y(),
92 title_bounds_.width(), title_bounds_.height(),
115 title_bounds_.SetRect(title_x, title_y, title_width_, title_height);
123 int message_y = title_bounds_.bottom() + kTitleMessageSpacing;
H A Dconstrained_window_views.cc222 gfx::Rect title_bounds_; member in class:ConstrainedWindowFrameView
291 SchedulePaintInRect(title_bounds_);
496 *title_font_, GetTitleColor(), GetMirroredXForRect(title_bounds_),
497 title_bounds_.y(), title_bounds_.width(), title_bounds_.height());
534 title_bounds_.SetRect(title_x,
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.h69 gfx::Rect title_bounds_; member in class:TouchTab
H A Dtouch_tab.cc53 return title_bounds_;
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height);
/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.h106 gfx::Rect title_bounds_; member in class:AppPanelBrowserFrameView
H A Dapp_panel_browser_frame_view.cc412 SK_ColorBLACK, GetMirroredXForRect(title_bounds_), title_bounds_.y(),
413 title_bounds_.width(), title_bounds_.height());
499 title_bounds_.SetRect(title_x,
H A Dopaque_browser_frame_view.h149 gfx::Rect title_bounds_; member in class:OpaqueBrowserFrameView
H A Dopaque_browser_frame_view.cc746 SK_ColorWHITE, GetMirroredXForRect(title_bounds_),
747 title_bounds_.y(), title_bounds_.width(), title_bounds_.height());
1067 title_bounds_.SetRect(title_x,
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h227 const gfx::Rect& title_bounds() const { return title_bounds_; }
380 gfx::Rect title_bounds_; member in class:TabRendererGtk
H A Dtab_renderer_gtk.cc743 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
750 title_bounds_.set_x(
751 gtk_util::MirroredLeftPointForRect(tab_.get(), title_bounds_));
823 title_bounds_.x(), title_bounds_.y(),
824 title_bounds_.width(), title_bounds_.height());

Completed in 1170 milliseconds