Lines Matching full:progress
352 // Download progress painting --------------------------------------------------
354 // Common bitmaps used for download progress animations. We load them once the
355 // first time we do a progress paint, then reuse them as they are always the
401 // Draw the background progress image.
408 // Layer the foreground progress image in an arc proportional to the download
409 // progress. The arc grows clockwise, starting in the midnight position, as
685 // string we'll end up using for constructing the final progress string.
724 float progress) {
726 // Taskbar progress bar is only supported on Win7.
744 // Iterate through all the browser windows, and draw the progress bar.
752 if (download_count == 0 || progress == 1.0f)
757 taskbar->SetProgressValue(frame, static_cast<int>(progress * 100), 100);