HomeSort by relevance Sort by last modified time
    Searched refs:estimatedProgress (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebCore/loader/
ProgressTracker.h 47 double estimatedProgress() const;
ProgressTracker.cpp 84 double ProgressTracker::estimatedProgress() const
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 72 estimatedProgress changes. The userInfo will be nil.
538 @method estimatedProgress
547 - (double)estimatedProgress;
WebView.mm 430 NSString *_WebEstimatedProgressKey = @"estimatedProgress";
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 580 @method estimatedProgress
588 - (double)estimatedProgress;
590 HRESULT estimatedProgress([out, retval] double* estimatedProgress);
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.h 259 virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
260 /* [retval][out] */ double *estimatedProgress);
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.cpp 172 return toImpl(pageRef)->estimatedProgress();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 634 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
641 m_webFrame->setProgress(m_frame->page()->progress()->estimatedProgress());
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 317 double estimatedProgress() const;
    [all...]
WebPageProxy.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 430 g_signal_emit_by_name(webView, "load-progress-changed", lround(corePage->progress()->estimatedProgress()*100));
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 589 emit loadProgress(qRound(m_frame->page()->progress()->estimatedProgress() * 100));
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.cpp 753 double progress = webPage->corePage()->progress()->estimatedProgress();
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.cpp     [all...]
ewk_view.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 3176 milliseconds