/external/chromium_org/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 652 int bottom_edge_height = std::min(toolbar_left->height(), h) - split_point; local 661 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height), 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); 701 toolbar_right_mask->height() - bottom_edge_height, 702 toolbar_right_mask->width(), bottom_edge_height, right_x, bottom_y, 703 toolbar_right_mask->width(), bottom_edge_height, false, paint); 709 toolbar_left->height() - bottom_edge_height, toolbar_left->width(), 710 bottom_edge_height, left_x, bottom_y, toolbar_left->width() [all...] |
browser_non_client_frame_view_ash.cc | 455 int bottom_edge_height = h - split_point; local 457 canvas->FillRect(gfx::Rect(x, bottom_y, w, bottom_edge_height),
|
/external/chromium/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.cc | 786 int bottom_edge_height = std::min(toolbar_left->height(), h) - split_point; local [all...] |