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

/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc401 SkBitmap* titlebar_bottom = rb.GetBitmapNamed(IDR_APP_TOP_CENTER); local
402 int edge_height = titlebar_bottom->height() - kClientEdgeThickness;
403 canvas->TileImageInt(*titlebar_bottom, 0,
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc404 gfx::ImageSkia* titlebar_bottom = rb.GetImageSkiaNamed(IDR_APP_TOP_CENTER); local
405 int edge_height = titlebar_bottom->height() - kClientEdgeThickness;
406 canvas->TileImageInt(*titlebar_bottom, 0,
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc370 const gfx::ImageSkia* titlebar_bottom = rb.GetImageNamed( local
372 int edge_height = titlebar_bottom->height() -
374 canvas->TileImageInt(*titlebar_bottom, 0,

Completed in 91 milliseconds