Searched refs:favicon_bounds_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc376 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_
[all...]
H A Dtab_renderer_gtk.h210 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/
H A Dtab_renderer_gtk.cc492 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_
[all...]
H A Dtab_renderer_gtk.h205 gfx::Rect favicon_bounds() const { return favicon_bounds_; }
364 gfx::Rect favicon_bounds_; member in class:TabRendererGtk
/external/chromium/chrome/browser/ui/touch/tabs/
H A Dtouch_tab.h72 gfx::Rect favicon_bounds_; member in class:TouchTab
H A Dtouch_tab.cc57 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/
H A Dtab.h105 gfx::Rect favicon_bounds_; member in class:Tab
H A Dtab.cc177 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/
H A Dtab.h336 gfx::Rect favicon_bounds_; member in class:Tab
H A Dtab.cc782 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;
1077 return favicon_bounds_;

Completed in 469 milliseconds