Searched refs:theme_toolbar (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | browser_non_client_frame_view_ash.cc | 589 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); in PaintToolbarBackground() local 591 *theme_toolbar, in PaintToolbarBackground() 595 w, theme_toolbar->height()); in PaintToolbarBackground() 612 toolbar_left->width(), theme_toolbar->height()); in PaintToolbarBackground() 619 toolbar_right->width(), theme_toolbar->height()); in PaintToolbarBackground()
|
D | glass_browser_frame_view.cc | 343 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); in PaintToolbarBackground() local 355 canvas->TileImageInt(*theme_toolbar, in PaintToolbarBackground() 358 dest_y, w, theme_toolbar->height()); in PaintToolbarBackground()
|
D | opaque_browser_frame_view.cc | 678 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); in PaintToolbarBackground() local 679 canvas->TileImageInt(*theme_toolbar, in PaintToolbarBackground() 682 x, bottom_y, w, theme_toolbar->height()); in PaintToolbarBackground()
|