Searched refs:estimatedProgress (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageLoadState.cpp104 bool estimatedProgressChanged = estimatedProgress(m_committedState) != estimatedProgress(m_uncommittedState);
161 m_uncommittedState.estimatedProgress = 0;
211 double PageLoadState::estimatedProgress(const Data& data) function in class:WebKit::PageLoadState
216 return data.estimatedProgress;
219 double PageLoadState::estimatedProgress() const function in class:WebKit::PageLoadState
221 return estimatedProgress(m_committedState);
362 m_uncommittedState.estimatedProgress = initialProgressValue;
368 m_uncommittedState.estimatedProgress = value;
374 m_uncommittedState.estimatedProgress
[all...]
H A DPageLoadState.h123 double estimatedProgress() const;
172 , estimatedProgress(0)
192 double estimatedProgress; member in struct:WebKit::PageLoadState::Data
199 static double estimatedProgress(const Data&);
H A DWebPageProxy.h558 double estimatedProgress() const;
H A DWebPageProxy.cpp2461 double WebPageProxy::estimatedProgress() const function in class:WebKit::WebPageProxy
2463 return m_pageLoadState.estimatedProgress();
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebProgressTrackerClient.cpp63 double progress = m_webPage.corePage()->progress().estimatedProgress();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextLoadDelegate.h57 - (void)browsingContextController:(WKBrowsingContextController *)sender estimatedProgressChangedTo:(double)estimatedProgress;
H A DWKBrowsingContextController.h122 @property(readonly) double estimatedProgress; variable
H A DWKWebView.h138 @property (nonatomic, readonly) double estimatedProgress; variable
H A DWKBrowsingContextController.mm115 [m_controller willChangeValueForKey:@"estimatedProgress"];
120 [m_controller didChangeValueForKey:@"estimatedProgress"];
361 - (double)estimatedProgress
363 return _page->estimatedProgress();
529 [loadDelegate browsingContextController:browsingContext estimatedProgressChangedTo:toImpl(page)->estimatedProgress()];
H A DWKWebView.mm440 - (double)estimatedProgress
442 return _page->pageLoadState().estimatedProgress();
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebProgressTrackerClient.mm73 NSNumber *progress = [NSNumber numberWithFloat:[m_webView estimatedProgress]];
/macosx-10.10/WebCore-7600.1.25/loader/
H A DProgressTracker.h51 double estimatedProgress() const;
H A DProgressTracker.cpp100 double ProgressTracker::estimatedProgress() const function in class:WebCore::ProgressTracker
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/efl/
H A Dewk_download_job_private.h68 double estimatedProgress() const;
H A Dewk_download_job.cpp169 return impl->estimatedProgress();
172 double EwkDownloadJob::estimatedProgress() const function in class:EwkDownloadJob
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl599 @method estimatedProgress
607 - (double)estimatedProgress;
609 HRESULT estimatedProgress([out, retval] double* estimatedProgress);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.h76 estimatedProgress changes. The userInfo will be nil.
435 @property estimatedProgress
444 @property (nonatomic, readonly) double estimatedProgress; variable
H A DWebView.mm598 NSString *_WebEstimatedProgressKey = @"estimatedProgress";
6109 - (double)estimatedProgress
6113 return _private->page->progress().estimatedProgress();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h270 virtual HRESULT STDMETHODCALLTYPE estimatedProgress(
271 /* [retval][out] */ double *estimatedProgress);
H A DWebView.cpp3652 HRESULT STDMETHODCALLTYPE WebView::estimatedProgress(
3653 /* [retval][out] */ double* estimatedProgress)
3655 *estimatedProgress = m_page->progress().estimatedProgress();
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityRenderObject.cpp1395 return page->progress().estimatedProgress();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPage.cpp294 return toImpl(pageRef)->estimatedProgress();

Completed in 402 milliseconds