OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaybeAdjustLeftForMiniTab
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
182
void
MaybeAdjustLeftForMiniTab
(gfx::Rect* bounds) const;
tab_renderer_gtk.cc
531
void TabRendererGtk::
MaybeAdjustLeftForMiniTab
(gfx::Rect* icon_bounds) const {
753
MaybeAdjustLeftForMiniTab
(&favicon_bounds_);
798
MaybeAdjustLeftForMiniTab
(&media_indicator_bounds_);
[
all
...]
/external/chromium_org/chrome/browser/ui/views/tabs/
tab.h
204
void
MaybeAdjustLeftForMiniTab
(gfx::Rect* bounds) const;
tab.cc
809
MaybeAdjustLeftForMiniTab
(&favicon_bounds_);
859
MaybeAdjustLeftForMiniTab
(&media_indicator_bounds_);
[
all
...]
Completed in 62 milliseconds