Searched refs:theme_toolbar (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/views/frame/ |
D | glass_browser_frame_view.cc | 320 SkBitmap* theme_toolbar = tp->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintToolbarBackground() local 331 canvas->TileImageInt(*theme_toolbar, x, in PaintToolbarBackground() 333 w, theme_toolbar->height()); in PaintToolbarBackground() 363 canvas->TileImageInt(*theme_toolbar, x, in PaintToolbarBackground() 365 dest_y, w, theme_toolbar->height()); in PaintToolbarBackground()
|
D | opaque_browser_frame_view.cc | 801 SkBitmap* theme_toolbar = tp->GetBitmapNamed(IDR_THEME_TOOLBAR); in PaintToolbarBackground() local 802 canvas->TileImageInt(*theme_toolbar, x, in PaintToolbarBackground() 804 bottom_y, w, theme_toolbar->height()); in PaintToolbarBackground()
|