Searched refs:favicon_bounds (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc95 gfx::Rect favicon_bounds = tab->favicon_bounds(); local
96 return gdk_rect.x == favicon_bounds.x() + tab->x() &&
97 gdk_rect.y == favicon_bounds.y() + tab->y() &&
98 gdk_rect.width == favicon_bounds.width() &&
99 gdk_rect.height == favicon_bounds.height();
840 gfx::Rect favicon_bounds = current_tab->favicon_bounds(); local
842 favicon_bounds.x() + current_tab->x(),
843 favicon_bounds
[all...]
H A Dtab_renderer_gtk.h210 gfx::Rect favicon_bounds() const { return favicon_bounds_; } function in class:TabRendererGtk

Completed in 35 milliseconds