Searched refs:top_edge_y (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc433 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);
H A Dopaque_browser_frame_view.cc915 int top_edge_y = client_area_top - top_center->height(); local
916 int height = client_area_top - top_edge_y;
919 client_area_bounds.x() - top_left->width(), top_edge_y,
921 canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y,
924 client_area_bounds.right(), top_edge_y,

Completed in 18 milliseconds