Home
last modified time | relevance | path

Searched refs:theme_r (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc1240 gfx::ImageSkia theme_r = in PaintInactiveTabBackgroundUsingResourceId() local
1242 background_canvas.DrawImageInt(theme_r, in PaintInactiveTabBackgroundUsingResourceId()
1243 0, 0, theme_r.width(), theme_r.height() - kToolbarOverlap, in PaintInactiveTabBackgroundUsingResourceId()
1244 width() - theme_r.width(), 0, theme_r.width(), in PaintInactiveTabBackgroundUsingResourceId()
1245 theme_r.height() - kToolbarOverlap, false); in PaintInactiveTabBackgroundUsingResourceId()
1297 gfx::ImageSkia theme_r = in PaintActiveTabBackground() local
1299 canvas->DrawImageInt(theme_r, width() - tab_image->r_width, 0); in PaintActiveTabBackground()