Searched refs:toolbar_right (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/chrome/browser/ui/views/ |
D | detachable_toolbar_view.cc | 45 gfx::ImageSkia* toolbar_right = in PaintBackgroundAttachedMode() local 47 canvas->TileImageInt(*toolbar_right, in PaintBackgroundAttachedMode() 48 bounds.right() - toolbar_right->width(), bounds.y(), in PaintBackgroundAttachedMode() 49 toolbar_right->width(), bounds.height()); in PaintBackgroundAttachedMode()
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 731 gfx::ImageSkia* toolbar_right = tp->GetImageSkiaNamed( in PaintToolbarBackground() local 733 canvas->DrawImageInt(*toolbar_right, 0, 0, toolbar_right->width(), in PaintToolbarBackground() 734 split_point, right_x, y, toolbar_right->width(), split_point, false); in PaintToolbarBackground() 735 canvas->DrawImageInt(*toolbar_right, 0, in PaintToolbarBackground() 736 toolbar_right->height() - bottom_edge_height, toolbar_right->width(), in PaintToolbarBackground() 737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(), in PaintToolbarBackground()
|
D | browser_non_client_frame_view_ash.cc | 613 gfx::ImageSkia* toolbar_right = in PaintToolbarBackground() local 615 canvas->TileImageInt(*toolbar_right, in PaintToolbarBackground() 617 w - toolbar_right->width() - 2 * kClientEdgeThickness, in PaintToolbarBackground() 619 toolbar_right->width(), theme_toolbar->height()); in PaintToolbarBackground()
|