Searched refs:progress (Results 1 - 25 of 246) sorted by last modified time

12345678910

/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc128 printf(" --no_progress Suppress progress.\n");
167 bool progress = true; local
361 progress = false;
364 progress = false;
610 if (progress && primary_count % 100 == 0) {
790 if (progress && primary_count % 100 == 0) {
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp46 opts.progress = opts.minimum;
48 opts.progress = opts.maximum;
50 opts.progress = signal;
/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/webkit/Source/WebCore/svg/
H A DSVGPathBlender.cpp38 static inline FloatPoint blendFloatPoint(const FloatPoint& a, const FloatPoint& b, float progress) argument
40 return FloatPoint((b.x() - a.x()) * progress + a.x(), (b.y() - a.y()) * progress + a.y());
43 static inline float blendAnimatedFloat(float from, float to, float progress) argument
45 return (to - from) * progress + from;
62 // Transform the animated point to the coordinate mode, needed for the current progress.
84 // Transform the animated point to the coordinate mode, needed for the current progress.
276 bool SVGPathBlender::blendAnimatedPath(float progress, SVGPathSource* fromSource, SVGPathSource* toSource, SVGPathConsumer* consumer) argument
284 m_isInFirstHalfOfAnimation = progress < 0.5f;
286 m_progress = progress;
[all...]
H A DSVGPathParserFactory.cpp235 bool SVGPathParserFactory::buildAnimatedSVGPathByteStream(SVGPathByteStream* fromStream, SVGPathByteStream* toStream, OwnPtr<SVGPathByteStream>& result, float progress) argument
248 bool ok = blender->blendAnimatedPath(progress, fromSource.get(), toSource.get(), builder);
H A DSVGPointList.cpp48 float inline adjustAnimatedValue(float from, float to, float progress) argument
50 return (to - from) * progress + from;
53 bool SVGPointList::createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress) argument
61 FloatPoint segment = FloatPoint(adjustAnimatedValue(from.x(), to.x(), progress),
62 adjustAnimatedValue(from.y(), to.y(), progress));
H A DSVGPointList.h39 static bool createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress);
/external/webkit/Source/WebCore/svg/animation/
H A DSMILTimeContainer.cpp288 animation->progress(elapsed, resultElement);
H A DSVGSMILElement.cpp882 void SVGSMILElement::progress(SMILTime elapsed, SVGSMILElement* resultElement) function in class:WebCore::SVGSMILElement
H A DSVGSMILElement.h93 void progress(SMILTime elapsed, SVGSMILElement* resultsElement);
/external/webkit/Source/WebCore/websockets/
H A DWebSocketChannel.cpp75 m_identifier = page->progress()->createUniqueIdentifier();
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.h131 DEFINE_ATTRIBUTE_EVENT_LISTENER(progress);
H A DXMLHttpRequestUpload.h63 DEFINE_ATTRIBUTE_EVENT_LISTENER(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/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp611 int progress = static_cast<int>(100 * newProgress); local
612 env->CallVoidMethod(javaFrame.get(), mJavaFrame->mSetProgress, progress);
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp722 // Any pending redirect is no longer in progress. This can happen
1025 m_webFrame, m_webFrame->frame()->page()->progress()->estimatedProgress());
H A DWebViewImpl.cpp1911 return m_page->progress()->createUniqueIdentifier();
/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);
H A Dewk_view.cpp1659 * Get current load progress estimate from 0.0 to 1.0.
1661 * @param o view object to get current progress.
1669 return priv->page->progress()->estimatedProgress();
3626 * Reports load progress changed.
3628 * Emits signal: "load,progress" with pointer to a double from 0.0 to 1.0.
3636 double progress = priv->page->progress()->estimatedProgress(); local
3638 DBG("o=%p (p=%0.3f)", o, progress);
3640 evas_object_smart_callback_call(o, "load,progress", &progress);
[all...]
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp422 g_object_notify(G_OBJECT(webView), "progress");
430 g_signal_emit_by_name(webView, "load-progress-changed", lround(corePage->progress()->estimatedProgress()*100));
432 g_object_notify(G_OBJECT(webView), "progress");
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1505 // This might happen if a drag is still in progress after a WebKitWebView
1545 // This might happen if a drag is still in progress after a WebKitWebView
2092 * WebKitWebView::load-progress-changed:
2094 * @progress: the global progress
2096 * Deprecated: Use the "progress" property instead.
2098 webkit_web_view_signals[LOAD_PROGRESS_CHANGED] = g_signal_new("load-progress-changed",
3165 * WebKitWebView:progress:
3167 * Determines the current progress of the load.
3172 g_param_spec_double("progress",
[all...]
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm4068 return _private->page->progress()->estimatedProgress();
H A DWebWindowAnimation.m107 - (void)setCurrentProgress:(NSAnimationProgress)progress
112 [super setCurrentProgress:progress];
120 [_subAnimation setCurrentProgress:progress];
206 - (void)setCurrentProgress:(NSAnimationProgress)progress
212 [super setCurrentProgress:progress];
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h119 void loadProgress(int progress);
H A Dqwebpage.cpp3923 m_totalBytes = page->progress()->totalPageAndResourceBytesToLoad();
3924 m_bytesReceived = page->progress()->totalBytesReceived();
3969 \fn void QWebPage::loadProgress(int progress)
3971 This signal is emitted when the global progress status changes.
3972 The current value is provided by \a progress and scales from 0 to 100,

Completed in 351 milliseconds

12345678910