Searched refs:progress (Results 176 - 200 of 246) sorted by relevance

12345678910

/external/webkit/Source/WebCore/inspector/front-end/
H A Daudits.css177 .audit-launcher-view .resource-progress > img {
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.mm310 - (void)setCurrentProgress:(NSAnimationProgress)progress
312 [super setCurrentProgress:progress];
319 currentAlpha = 1 - progress;
321 currentAlpha = progress;
/external/e2fsprogs/e2fsck/
H A Dpass2.c137 if (ctx->progress)
138 (void) (ctx->progress)(ctx, 2, 0, cd.max);
739 if (ctx->progress && (ctx->progress)(ctx, 2, cd->count++, cd->max))
H A Dunix.c438 * Calculate the new progress position. If the
460 * Advance the spinner, and note that the progress bar
542 ctx->progress = e2fsck_update_progress;
553 ctx->progress = 0;
686 ctx->progress = e2fsck_update_progress;
692 ctx->progress = 0;
H A De2fsck.h226 int (*progress)(e2fsck_t ctx, int pass, unsigned long cur, member in struct:e2fsck_struct
313 * How we display the progress update (for unix)
/external/webkit/Source/WebCore/loader/
H A DResourceLoader.cpp243 m_identifier = m_frame->page()->progress()->createUniqueIdentifier();
H A DFrameLoader.cpp1260 page->progress()->progressStarted(m_frame);
1752 // If no new load is in progress, we should clear the provisional item from history
1810 oldPage->progress()->progressCompleted(m_frame);
1812 m_frame->page()->progress()->progressStarted(m_frame);
1901 page->progress()->progressCompleted(m_frame);
2493 page->progress()->progressCompleted(m_frame);
2527 identifier = page->progress()->createUniqueIdentifier();
3038 // A new navigation is in progress, so don't clear the history's provisional item.
3104 identifier = page->progress()->createUniqueIdentifier();
/external/webkit/Source/WebCore/page/
H A DPage.h190 ProgressTracker* progress() const { return m_progress.get(); } function in class:WebCore::Page
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.cpp75 m_identifier = page->progress()->createUniqueIdentifier();
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc352 // 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 ba
722 UpdateAppIconDownloadProgress(int download_count, bool progress_known, float progress) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DGenerateResults.java832 * Run the generation using a progress monitor.
925 int progress = 0;
927 int percentage = (int) ((progress / ((double) length)) * 100);
933 progress++;
/external/openssl/ssl/
H A Dssltest.c1260 * can be sure that there is *some* progress in each iteration; so
1436 int progress = 0; local
1469 progress = 1;
1515 progress = 1;
1532 if (!progress && !prev_progress)
1551 prev_progress = progress;
/external/v8/tools/
H A Dtest.py730 def RunTestCases(cases_to_run, progress, tasks):
731 progress = PROGRESS_INDICATORS[progress](cases_to_run)
734 result = progress.Run(tasks)
1196 result.add_option("-p", "--progress",
1197 help="The style of progress indicator (verbose, dots, color, mono)",
1540 if RunTestCases(cases_to_run, options.progress, options.j):
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp753 double progress = webPage->corePage()->progress()->estimatedProgress(); local
754 webPage->send(Messages::WebPageProxy::DidChangeProgress(progress));
/external/libmtp/examples/
H A Dsendtr.c350 ret = LIBMTP_Send_Track_From_File(device, from_path, trackmeta, progress, NULL);
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.h262 void blend(const TransformationMatrix& from, double progress);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_frame.cpp1922 * Reports load progress changed.
1924 * Emits signal: "load,progress" with pointer to a double from 0.0 to 1.0.
1932 double progress = sd->frame->page()->progress()->estimatedProgress(); local
1934 DBG("o=%p (p=%0.3f)", o, progress);
1936 evas_object_smart_callback_call(o, "load,progress", &progress);
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.h372 void loadProgress(int progress);
/external/zlib/src/contrib/delphi/
H A DZLib.pas78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc102 // an in-progress download that has since completed.
230 // Put the download progress icon on the left of the labels.
444 int progress = static_cast<int>((dangerous_hbox_full_width_ - local
447 int showing_width = dangerous_hbox_start_width_ + progress;
497 // Download progress animation functions.
/external/linux-tools-perf/
H A DMakefile462 LIB_OBJS += $(OUTPUT)util/ui/progress.o
468 LIB_H += util/ui/progress.h
/external/v8/src/
H A Dprofile-generator.h918 SnapshottingProgressReportingInterface* progress);
1026 SnapshottingProgressReportingInterface* progress);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp617 // This function is called right before the progress is updated.
622 // This function is called after the progress has been updated. The bad part
624 // the progress has been reset to 0.
633 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
636 // This will give us any updated progress including the final progress.
640 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
643 // This is just a notification that the progress has finished. Don't call
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc1940 double progress = bookmark_bar_.get() && !bookmark_bar_is_floating_ ? local
1942 size_t width = kDefaultWidth + (kMaxWidth - kDefaultWidth) * progress;
1943 size_t height = kDefaultHeight + (kMaxHeight - kDefaultHeight) * progress;
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.cpp811 // 7 - Queue a task to fire a progress event called error at the media element, in
948 // Schedule one last progress event so we guarantee that at least one is fired
1065 unsigned progress = m_player->bytesLoaded(); local
1069 if (progress == m_previousProgress) {
1077 m_previousProgress = progress;

Completed in 589 milliseconds

12345678910