Home | History | Annotate | Download | only in frame

Lines Matching full:client_area_bounds

417   gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
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.x(), client_area_bottom,
451 client_area_bounds.width(), bottom_right->height());
453 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
456 canvas->TileImageInt(*left, client_area_bounds.x() - left->width(),
461 client_area_bounds.x() - kClientEdgeThickness,
463 client_area_bounds.width() + kClientEdgeThickness,