Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_non_client_frame_view_ash.cc589 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()
Dglass_browser_frame_view.cc343 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()
Dopaque_browser_frame_view.cc678 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()