HomeSort by relevance Sort by last modified time
    Searched refs:favicon_hiding_offset_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 148 favicon_hiding_offset_(0),
452 bounds.set_y(bounds.y() + favicon_hiding_offset_);
526 return favicon_hiding_offset_;
530 favicon_hiding_offset_ = offset;
base_tab.h 184 int favicon_hiding_offset_; member in class:BaseTab
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 253 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_,
    [all...]
tab_renderer_gtk.h 410 int favicon_hiding_offset_; member in class:TabRendererGtk

Completed in 43 milliseconds