Searched refs:kToolbarOverlap (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/tabs/ |
D | tab.cc | 73 static const int kToolbarOverlap = 1; variable 1232 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackgroundUsingResourceId() 1233 0, 0, theme_l.width(), theme_l.height() - kToolbarOverlap, in PaintInactiveTabBackgroundUsingResourceId() 1243 0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap, in PaintInactiveTabBackgroundUsingResourceId() 1245 theme_r.height() - kToolbarOverlap, false); in PaintInactiveTabBackgroundUsingResourceId() 1256 height() - kDropShadowHeight - kToolbarOverlap); in PaintInactiveTabBackgroundUsingResourceId()
|