Searched refs:toolbar_left_mask (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/views/frame/ |
D | opaque_browser_frame_view.cc | 807 SkBitmap* toolbar_left_mask = in PaintToolbarBackground() local 820 canvas->DrawBitmapInt(*toolbar_left_mask, 0, 0, toolbar_left_mask->width(), in PaintToolbarBackground() 821 split_point, left_x, y, toolbar_left_mask->width(), in PaintToolbarBackground() 823 canvas->DrawBitmapInt(*toolbar_left_mask, 0, in PaintToolbarBackground() 824 toolbar_left_mask->height() - bottom_edge_height, in PaintToolbarBackground() 825 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y, in PaintToolbarBackground() 826 toolbar_left_mask->width(), bottom_edge_height, false, paint); in PaintToolbarBackground()
|
D | glass_browser_frame_view.cc | 368 SkBitmap* toolbar_left_mask = in PaintToolbarBackground() local 380 canvas->DrawBitmapInt(*toolbar_left_mask, left_x, y, paint); in PaintToolbarBackground()
|