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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 376 event->area.x = x() + favicon_bounds_.x();
377 event->area.y = y() + favicon_bounds_.y();
378 event->area.width = favicon_bounds_.width();
379 event->area.height = favicon_bounds_.height();
402 x() + favicon_bounds_.x(), offset_y + favicon_bounds_.y(),
403 favicon_bounds_.x(), favicon_bounds_.y(),
404 favicon_bounds_.width(), favicon_bounds_.height())
    [all...]
tab_renderer_gtk.h 210 gfx::Rect favicon_bounds() const { return favicon_bounds_; }
379 gfx::Rect favicon_bounds_; member in class:TabRendererGtk
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 492 x() + favicon_bounds_.x(),
493 y() + favicon_bounds_.y(),
494 favicon_bounds_.width(),
495 favicon_bounds_.height());
523 favicon_bounds_.x(), favicon_bounds_.y(),
524 favicon_bounds_.width(), favicon_bounds_.height());
537 favicon_bounds_.x(), favicon_bounds_.y()
    [all...]
tab_renderer_gtk.h 205 gfx::Rect favicon_bounds() const { return favicon_bounds_; }
364 gfx::Rect favicon_bounds_; member in class:TabRendererGtk
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 72 gfx::Rect favicon_bounds_; member in class:TouchTab
touch_tab.cc 57 return favicon_bounds_;
105 favicon_bounds_ = local_bounds;
183 int x = favicon_bounds_.x();
184 int y = favicon_bounds_.y();
  /external/chromium/chrome/browser/ui/views/tabs/
tab.h 105 gfx::Rect favicon_bounds_; member in class:Tab
tab.cc 177 return favicon_bounds_;
246 favicon_bounds_.SetRect(favicon_left, favicon_top,
255 int x = favicon_bounds_.x() + static_cast<int>(
258 (ideal_x - favicon_bounds_.x()));
259 favicon_bounds_.set_x(x);
263 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
281 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 336 gfx::Rect favicon_bounds_; member in class:Tab
tab.cc 782 favicon_bounds_.SetRect(favicon_left, favicon_top,
791 int x = favicon_bounds_.x() + static_cast<int>(
794 (ideal_x - favicon_bounds_.x()));
795 favicon_bounds_.set_x(x);
799 favicon_bounds_.SetRect(lb.x(), lb.y(), 0, 0);
836 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing;
    [all...]

Completed in 133 milliseconds