Home | History | Annotate | Download | only in frame

Lines Matching refs:client_area_bounds

755   gfx::Rect client_area_bounds =
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.x(),
812 client_area_bounds.width(),
817 client_area_bounds.x() - bottom_left->width(), client_area_bottom);
819 canvas->TileImageInt(*left, client_area_bounds.x() - left->width(),
826 canvas->FillRect(gfx::Rect(client_area_bounds.x() - kClientEdgeThickness,
830 canvas->FillRect(gfx::Rect(client_area_bounds.x(), client_area_bottom,
831 client_area_bounds.width(), kClientEdgeThickness),
833 canvas->FillRect(gfx::Rect(client_area_bounds.right(), client_area_top,