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

/external/chromium_org/chrome/browser/ui/views/
H A Ddetachable_toolbar_view.cc45 gfx::ImageSkia* toolbar_right = local
47 canvas->TileImageInt(*toolbar_right,
48 bounds.right() - toolbar_right->width(), bounds.y(),
49 toolbar_right->width(), bounds.height());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc613 gfx::ImageSkia* toolbar_right = local
615 canvas->TileImageInt(*toolbar_right,
617 w - toolbar_right->width() - 2 * kClientEdgeThickness,
619 toolbar_right->width(), theme_toolbar->height());
H A Dopaque_browser_frame_view.cc731 gfx::ImageSkia* toolbar_right = tp->GetImageSkiaNamed( local
733 canvas->DrawImageInt(*toolbar_right, 0, 0, toolbar_right->width(),
734 split_point, right_x, y, toolbar_right->width(), split_point, false);
735 canvas->DrawImageInt(*toolbar_right, 0,
736 toolbar_right->height() - bottom_edge_height, toolbar_right->width(),
737 bottom_edge_height, right_x, bottom_y, toolbar_right->width(),

Completed in 3796 milliseconds