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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc405 gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height()); local
418 canvas->TileImageInt(*right, client_area_bounds.right(), client_area_top,
422 client_area_bounds.right(), client_area_bottom);
424 canvas->TileImageInt(*bottom, client_area_bounds.x(),
425 client_area_bottom, client_area_bounds.width(),
430 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
432 canvas->TileImageInt(*left, client_area_bounds.x() - left->width(),
440 canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness,
444 canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom,
445 client_area_bounds
[all...]
H A Dopaque_browser_frame_view.cc755 gfx::Rect client_area_bounds = local
784 client_area_bounds.x() - top_left->width(), top_edge_y,
786 canvas->TileImageInt(*top_center, 0, 0, client_area_bounds.x(), top_edge_y,
787 client_area_bounds.width(), std::min(height, top_center->height()));
789 client_area_bounds.right(), top_edge_y,
793 canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness,
795 client_area_bounds.width() + (2 * kClientEdgeThickness),
805 canvas->TileImageInt(*right, client_area_bounds.right(), image_top,
809 client_area_bounds.right(), client_area_bottom);
811 canvas->TileImageInt(*bottom, client_area_bounds
[all...]
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view.cc405 gfx::Rect client_area_bounds = frame_->client_view()->bounds(); local
407 gfx::Rect shadowed_area_bounds = client_area_bounds;

Completed in 442 milliseconds