Home | History | Annotate | Download | only in frame

Lines Matching refs:client_area_bounds

405   gfx::Rect client_area_bounds = CalculateClientAreaBounds(width(), height());
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.width(), kClientEdgeThickness),
447 canvas->FillRect(gfx::Rect(client_area_bounds.right(), client_area_top,