/external/chromium/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 433 int top_edge_y = client_area_top - top->height(); local 435 top_edge_y); 436 canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y, 438 canvas->DrawBitmapInt(*top_right, client_area_bounds.right(), top_edge_y);
|
opaque_browser_frame_view.cc | 915 int top_edge_y = client_area_top - top_center->height(); local [all...] |
/external/chromium_org/chrome/browser/ui/views/frame/ |
app_panel_browser_frame_view.cc | 434 int top_edge_y = client_area_top - top->height(); local 436 top_edge_y); 437 canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y, 439 canvas->DrawImageInt(*top_right, client_area_bounds.right(), top_edge_y);
|
opaque_browser_frame_view.cc | 762 int top_edge_y = client_area_top - top_center->height(); local 763 int height = client_area_top - top_edge_y; 766 client_area_bounds.x() - top_left->width(), top_edge_y, 768 canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y, 771 client_area_bounds.right(), top_edge_y, [all...] |
/external/chromium_org/ui/views/window/ |
custom_frame_view.cc | 396 int top_edge_y = client_area_top - top_center->height(); local 399 top_edge_y); 402 top_edge_y, 405 canvas->DrawImageInt(*top_right, client_area_bounds.right(), top_edge_y);
|