Searched defs:toolbar_right_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc364 gfx::ImageSkia* toolbar_right_mask = local
378 x + w + kContentEdgeShadowThickness - toolbar_right_mask->width();
379 canvas->DrawImageInt(*toolbar_right_mask, right_x, y, paint);
H A Dopaque_browser_frame_view.cc687 gfx::ImageSkia* toolbar_right_mask = local
708 x + w - toolbar_right_mask->width() + kContentEdgeShadowThickness;
709 canvas->DrawImageInt(*toolbar_right_mask, 0, 0, toolbar_right_mask->width(),
710 split_point, right_x, y, toolbar_right_mask->width(),
712 canvas->DrawImageInt(*toolbar_right_mask, 0,
713 toolbar_right_mask->height() - bottom_edge_height,
714 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
715 toolbar_right_mask->width(), bottom_edge_height, false, paint);

Completed in 5647 milliseconds