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

  /external/chromium/chrome/browser/ui/views/
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;
sad_tab_view.h 60 gfx::Rect title_bounds_; member in class:SadTabView
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/views/tabs/
side_tab.cc 71 title_bounds_.SetRect(
103 return title_bounds_;
side_tab.h 40 gfx::Rect title_bounds_; member in class:SideTab
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);
tab.h 106 gfx::Rect title_bounds_; member in class:Tab
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 153 if (tab.title_bounds_.width() > 0)
154 EXPECT_LE(tab.favicon_bounds_.right(), tab.title_bounds_.x());
161 if (tab.title_bounds_.width() > 0)
162 EXPECT_LE(tab.title_bounds_.right(), tab.media_indicator_bounds_.x());
177 if (tab.title_bounds_.width() > 0) {
178 EXPECT_LE(tab.title_bounds_.right(),
tab.cc 893 title_bounds_.SetRect(title_left, title_top, title_width, font_height_);
895 title_bounds_.SetRect(title_left, title_top, 0, 0);
905 title_bounds_.set_x(GetMirroredXForRect(title_bounds_));
    [all...]
tab.h 349 gfx::Rect title_bounds_; member in class:Tab
  /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
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.h 149 gfx::Rect title_bounds_; member in class:OpaqueBrowserFrameView
opaque_browser_frame_view.cc 746 SK_ColorWHITE, GetMirroredXForRect(title_bounds_),
747 title_bounds_.y(), title_bounds_.width(), title_bounds_.height());
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 100 gfx::Rect title_bounds_; member in class:AppPanelBrowserFrameView
app_panel_browser_frame_view.cc 413 SK_ColorBLACK, GetMirroredXForRect(title_bounds_), title_bounds_.y(),
414 title_bounds_.width(), title_bounds_.height());
501 title_bounds_.SetRect(title_x,
  /external/chromium_org/ui/views/window/
custom_frame_view.h 119 gfx::Rect title_bounds_; member in class:views::CustomFrameView
custom_frame_view.cc 208 SchedulePaintInRect(title_bounds_);
381 SK_ColorWHITE, GetMirroredXForRect(title_bounds_),
382 title_bounds_.y(), title_bounds_.width(),
383 title_bounds_.height());
545 title_bounds_.SetRect(title_x,
  /external/chromium/chrome/browser/ui/gtk/tabs/
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...]
tab_renderer_gtk.h 227 const gfx::Rect& title_bounds() const { return title_bounds_; }
380 gfx::Rect title_bounds_; member in class:TabRendererGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 827 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
836 title_bounds_.set_x(
837 gtk_util::MirroredLeftPointForRect(tab_.get(), title_bounds_));
872 if (title_bounds_.IsEmpty())
902 title_color, title_bounds_, flags);
    [all...]
tab_renderer_gtk.h 224 const gfx::Rect& title_bounds() const { return title_bounds_; }
365 gfx::Rect title_bounds_; member in class:TabRendererGtk

Completed in 243 milliseconds