Home
last modified time | relevance | path

Searched refs:complete_bounds (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_util.cc478 gfx::Rect complete_bounds(origin_x, origin_y, in PaintDownloadComplete() local
482 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadComplete()
490 canvas->SaveLayerAlpha(static_cast<int>(255.0 * opacity), complete_bounds); in PaintDownloadComplete()
492 canvas->DrawBitmapInt(*complete, complete_bounds.x(), complete_bounds.y()); in PaintDownloadComplete()
513 gfx::Rect complete_bounds(origin_x, origin_y, in PaintDownloadInterrupted() local
517 complete_bounds.set_x(containing_view->GetMirroredXForRect(complete_bounds)); in PaintDownloadInterrupted()
526 canvas->SaveLayerAlpha(static_cast<int>(255.0 * opacity), complete_bounds); in PaintDownloadInterrupted()
528 canvas->DrawBitmapInt(*complete, complete_bounds.x(), complete_bounds.y()); in PaintDownloadInterrupted()