Home
last modified time | relevance | path

Searched defs:title_bounds (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Dpanel_controller.cc142 gfx::Rect title_bounds(0, 0, window_bounds.width(), kTitleHeight); in Init() local
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.cc472 const gfx::Rect& title_bounds = GetTitleBounds(); in PaintTitle() local
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.h227 const gfx::Rect& title_bounds() const { return title_bounds_; } in title_bounds() function