[webkit-dev] How to add a progress bar of page loading with webkit?
Darin Adler
darin at apple.com
Fri Oct 9 02:44:20 PDT 2009
On Oct 9, 2009, at 1:55 AM, Jickae Davis wrote:
> Well, I checked the WebView.h, and didn't find the estimatedProgress
> method
http://trac.webkit.org/browser/trunk/WebKit/mac/WebView/WebView.h
76 extern NSString *WebViewProgressStartedNotification;
77 extern NSString *WebViewProgressEstimateChangedNotification;
78 extern NSString *WebViewProgressFinishedNotification;
547 @method estimatedProgress
http://trac.webkit.org/browser/trunk/WebKit/win/WebView.h
236 virtual HRESULT STDMETHODCALLTYPE estimatedProgress
http://trac.webkit.org/browser/trunk/WebKit/win/Interfaces/IWebView.idl
29 cpp_quote("#define WebViewProgressStartedNotification TEXT
(\"WebProgressStartedNotification\")")
30 cpp_quote("#define WebViewProgressEstimateChangedNotification TEXT
(\"WebProgressEstimateChangedNotification\")")
31 cpp_quote("#define WebViewProgressFinishedNotification TEXT
(\"WebProgressFinishedNotification\")")
589 HRESULT estimatedProgress([out, retval] double* estimatedProgress);
-- Darin
More information about the webkit-dev
mailing list