Searched refs:top_edge_y (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ui/views/frame/ |
D | app_panel_browser_frame_view.cc | 433 int top_edge_y = client_area_top - top->height(); in PaintRestoredClientEdge() local 435 top_edge_y); in PaintRestoredClientEdge() 436 canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y, in PaintRestoredClientEdge() 438 canvas->DrawBitmapInt(*top_right, client_area_bounds.right(), top_edge_y); in PaintRestoredClientEdge()
|
D | opaque_browser_frame_view.cc | 915 int top_edge_y = client_area_top - top_center->height(); in PaintRestoredClientEdge() local 916 int height = client_area_top - top_edge_y; in PaintRestoredClientEdge() 919 client_area_bounds.x() - top_left->width(), top_edge_y, in PaintRestoredClientEdge() 921 canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y, in PaintRestoredClientEdge() 924 client_area_bounds.right(), top_edge_y, in PaintRestoredClientEdge()
|