Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/frame/
Dglass_browser_frame_view.cc320 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()
Dopaque_browser_frame_view.cc801 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()