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

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to