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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dopaque_browser_frame_view.cc682 gfx::ImageSkia* toolbar_right_mask = local
703 x + w - toolbar_right_mask->width() + kContentEdgeShadowThickness;
704 canvas->DrawImageInt(*toolbar_right_mask, 0, 0, toolbar_right_mask->width(),
705 split_point, right_x, y, toolbar_right_mask->width(),
707 canvas->DrawImageInt(*toolbar_right_mask, 0,
708 toolbar_right_mask->height() - bottom_edge_height,
709 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y,
710 toolbar_right_mask->width(), bottom_edge_height, false, paint);
H A Dglass_browser_frame_view.cc355 gfx::ImageSkia* toolbar_right_mask = local
369 x + w + kContentEdgeShadowThickness - toolbar_right_mask->width();
370 canvas->DrawImageInt(*toolbar_right_mask, right_x, y, paint);

Completed in 104 milliseconds