HomeSort by relevance Sort by last modified time
    Searched refs:title_bounds_ (Results 1 - 15 of 15) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.h 40 gfx::Rect title_bounds_; member in class:SideTab
side_tab.cc 71 title_bounds_.SetRect(
103 return title_bounds_;
tab.h 106 gfx::Rect title_bounds_; member in class:Tab
tab.cc 173 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/
sad_tab_view.h 60 gfx::Rect title_bounds_; member in class:SadTabView
sad_tab_view.cc 91 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;
constrained_window_views.cc 222 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/
touch_tab.h 69 gfx::Rect title_bounds_; member in class:TouchTab
touch_tab.cc 53 return title_bounds_;
104 title_bounds_ = gfx::Rect(x_base, y_base, center_width, image_height);
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 106 gfx::Rect title_bounds_; member in class:AppPanelBrowserFrameView
opaque_browser_frame_view.h 149 gfx::Rect title_bounds_; member in class:OpaqueBrowserFrameView
app_panel_browser_frame_view.cc 412 SK_ColorBLACK, GetMirroredXForRect(title_bounds_), title_bounds_.y(),
413 title_bounds_.width(), title_bounds_.height());
499 title_bounds_.SetRect(title_x,
opaque_browser_frame_view.cc 746 SK_ColorWHITE, GetMirroredXForRect(title_bounds_),
747 title_bounds_.y(), title_bounds_.width(), title_bounds_.height());
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 227 const gfx::Rect& title_bounds() const { return title_bounds_; }
380 gfx::Rect title_bounds_; member in class:TabRendererGtk
tab_renderer_gtk.cc 743 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());
    [all...]

Completed in 293 milliseconds