Searched refs:client_area_bounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
H A Dapp_panel_browser_frame_view.cc417 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height()); local
418 int client_area_top = client_area_bounds.y();
434 canvas->DrawBitmapInt(*top_left, client_area_bounds.x() - top_left->width(),
436 canvas->TileImageInt(*top, client_area_bounds.x(), top_edge_y,
437 client_area_bounds.width(), top->height());
438 canvas->DrawBitmapInt(*top_right, client_area_bounds.right(), top_edge_y);
442 std::max(client_area_top, client_area_bounds.bottom());
444 canvas->TileImageInt(*right, client_area_bounds.right(), client_area_top,
448 canvas->DrawBitmapInt(*bottom_right, client_area_bounds.right(),
450 canvas->TileImageInt(*bottom, client_area_bounds
[all...]
H A Dglass_browser_frame_view.cc428 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height()); local
433 client_area_bounds.y() :
443 canvas->TileImageInt(*right, client_area_bounds.right(), client_area_top,
447 client_area_bounds.right(), client_area_bottom);
449 canvas->TileImageInt(*bottom, client_area_bounds.x(),
450 client_area_bottom, client_area_bounds.width(),
455 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
457 canvas->TileImageInt(*left, client_area_bounds.x() - left->width(),
466 client_area_bounds.x() - kClientEdgeThickness, client_area_top,
469 canvas->FillRectInt(toolbar_color, client_area_bounds
[all...]
H A Dopaque_browser_frame_view.cc893 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height()); local
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,
922 client_area_bounds.width(), std::min(height, top_center->height()));
924 client_area_bounds.right(), top_edge_y,
929 client_area_bounds.x() - kClientEdgeThickness,
931 client_area_bounds.width() + (2 * kClientEdgeThickness),
942 canvas->TileImageInt(*right, client_area_bounds.right(), image_top,
946 client_area_bounds.right(), client_area_bottom);
948 canvas->TileImageInt(*bottom, client_area_bounds
[all...]

Completed in 57 milliseconds