Searched refs:title_bounds (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc472 const gfx::Rect& title_bounds = GetTitleBounds(); local
485 gfx::CanvasSkia::TruncateFadeTail, 0, *font_, title_color, title_bounds);
488 title_bounds.x(), title_bounds.y(),
489 title_bounds.width(), title_bounds.height());
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_controller.cc142 gfx::Rect title_bounds(0, 0, window_bounds.width(), kTitleHeight);
147 title_window_->Init(NULL, title_bounds);
149 title_bounds.width(), title_bounds.height());
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h227 const gfx::Rect& title_bounds() const { return title_bounds_; } function in class:TabRendererGtk
H A Dtab_gtk.cc339 if (title_width_ > title_bounds().width()) {

Completed in 49 milliseconds