/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 673 gfx::ImageSkia* toolbar_left_mask = local 686 canvas->DrawImageInt(*toolbar_left_mask, 0, 0, toolbar_left_mask->width(), 687 split_point, left_x, y, toolbar_left_mask->width(), 689 canvas->DrawImageInt(*toolbar_left_mask, 0, 690 toolbar_left_mask->height() - bottom_edge_height, 691 toolbar_left_mask->width(), bottom_edge_height, left_x, bottom_y, 692 toolbar_left_mask->width(), bottom_edge_height, false, paint); [all...] |
glass_browser_frame_view.cc | 351 gfx::ImageSkia* toolbar_left_mask = local 363 canvas->DrawImageInt(*toolbar_left_mask, left_x, y, paint);
|
/external/chromium/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 807 SkBitmap* toolbar_left_mask = local [all...] |
glass_browser_frame_view.cc | 368 SkBitmap* toolbar_left_mask = local 380 canvas->DrawBitmapInt(*toolbar_left_mask, left_x, y, paint);
|