OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:favicon_bounds
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc
95
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
.y() + current_tab->y()
[
all
...]
tab_renderer_gtk.h
210
gfx::Rect
favicon_bounds
() const { return favicon_bounds_; }
function in class:TabRendererGtk
Completed in 47 milliseconds