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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc589 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); local
591 *theme_toolbar,
595 w, theme_toolbar->height());
612 toolbar_left->width(), theme_toolbar->height());
619 toolbar_right->width(), theme_toolbar->height());
H A Dglass_browser_frame_view.cc343 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); local
355 canvas->TileImageInt(*theme_toolbar,
358 dest_y, w, theme_toolbar->height());
H A Dopaque_browser_frame_view.cc678 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR); local
679 canvas->TileImageInt(*theme_toolbar,
682 x, bottom_y, w, theme_toolbar->height());

Completed in 110 milliseconds