Searched refs:favicon_hiding_offset_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc148 favicon_hiding_offset_(0),
452 bounds.set_y(bounds.y() + favicon_hiding_offset_);
526 return favicon_hiding_offset_;
530 favicon_hiding_offset_ = offset;
H A Dbase_tab.h184 int favicon_hiding_offset_; member in class:BaseTab
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc253 favicon_hiding_offset_(0),
611 favicon_hiding_offset_ = offset;
838 favicon_bounds_.y() + favicon_hiding_offset_,
847 favicon_bounds_.y() + favicon_hiding_offset_);
865 + favicon_hiding_offset_,
H A Dtab_renderer_gtk.h410 int favicon_hiding_offset_; member in class:TabRendererGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc322 favicon_hiding_offset_(0),
684 favicon_hiding_offset_ = offset;
939 int favicon_y = favicon_bounds_.y() + favicon_hiding_offset_;
956 favicon_bounds_.y() + favicon_hiding_offset_);
979 int favicon_y = favicon_bounds_.y() + favicon_hiding_offset_ +
999 int favicon_y = favicon_bounds_.y() + favicon_hiding_offset_;
H A Dtab_renderer_gtk.h395 int favicon_hiding_offset_; member in class:TabRendererGtk
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab.h305 int favicon_hiding_offset_; member in class:Tab
H A Dtab.cc460 favicon_hiding_offset_(0),
1425 bounds.set_y(bounds.y() + favicon_hiding_offset_);
1695 favicon_hiding_offset_ = offset;

Completed in 81 milliseconds