Searched refs:title_bounds (Results 1 – 4 of 4) sorted by relevance
/external/chromium/chrome/browser/ui/views/tabs/ |
D | base_tab.cc | 472 const gfx::Rect& title_bounds = GetTitleBounds(); in PaintTitle() local 485 gfx::CanvasSkia::TruncateFadeTail, 0, *font_, title_color, title_bounds); in PaintTitle() 488 title_bounds.x(), title_bounds.y(), in PaintTitle() 489 title_bounds.width(), title_bounds.height()); in PaintTitle()
|
/external/chromium/chrome/browser/chromeos/frame/ |
D | panel_controller.cc | 142 gfx::Rect title_bounds(0, 0, window_bounds.width(), kTitleHeight); in Init() local 147 title_window_->Init(NULL, title_bounds); in Init() 149 title_bounds.width(), title_bounds.height()); in Init()
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
D | tab_renderer_gtk.h | 227 const gfx::Rect& title_bounds() const { return title_bounds_; } in title_bounds() function
|
D | tab_gtk.cc | 339 if (title_width_ > title_bounds().width()) { in UpdateTooltipState()
|