/external/webkit/Source/WebKit/win/ |
D | WebHistory.h | 67 /* [out] */ IWebError** error, 72 /* [out] */ IWebError** error, 143 … HRESULT loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** error); 144 HRESULT saveHistoryGuts(CFURLRef url, IWebError** error);
|
D | WebURLAuthenticationChallenge.h | 52 /* [in] */ IWebError* error, 60 /* [out, retval] */ IWebError** result);
|
D | WebError.cpp | 74 *ppvObject = static_cast<IWebError*>(this); in QueryInterface() 78 *ppvObject = static_cast<IWebError*>(this); in QueryInterface()
|
D | WebURLAuthenticationChallenge.cpp | 115 /* [in] */ IWebError* error, in initWithProtectionSpace() 182 /* [out, retval] */ IWebError** result) in error()
|
D | DefaultPolicyDelegate.h | 68 /* [in] */ IWebError *error,
|
D | WebError.h | 34 class WebError : public IWebError, IWebErrorPrivate {
|
D | DefaultDownloadDelegate.h | 53 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
|
D | WebDataSource.h | 111 /* [retval][out] */ IWebError** error);
|
D | WebHTMLRepresentation.h | 116 /* [in] */ IWebError* error,
|
D | DefaultPolicyDelegate.cpp | 182 /*[in]*/ IWebError* error, in unableToImplementPolicyWithError()
|
D | WebHistory.cpp | 238 /* [out] */ IWebError** error, in loadFromURL() 273 …:loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** /*error*/) //F… in loadHistoryGutsFromURL() argument 357 /* [out] */ IWebError** error, in saveToURL() 373 HRESULT WebHistory::saveHistoryGuts(CFURLRef url, IWebError** error) in saveHistoryGuts()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | ResourceLoadDelegate.h | 93 /* [in] */ IWebError *error, 98 /* [in] */ IWebError *error, in plugInFailedWithError() 110 std::wstring descriptionSuitableForTestResult(IWebError*, unsigned long) const;
|
D | FrameLoadDelegate.h | 65 /* [in] */ IWebError *error, 92 /* [in] */ IWebError *error, 168 void locationChangeDone(IWebError*, IWebFrame*);
|
D | FrameLoadDelegate.cpp | 144 /* [in] */ IWebError *error, in didFailProvisionalLoadWithError() 231 void FrameLoadDelegate::locationChangeDone(IWebError*, IWebFrame* frame) in locationChangeDone() argument 265 /* [in] */ IWebError* error, in didFailLoadWithError()
|
D | PolicyDelegate.h | 69 /* [in] */ IWebError *error,
|
D | ResourceLoadDelegate.cpp | 121 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long iden… in descriptionSuitableForTestResult() 367 /* [in] */ IWebError* error, in didFailLoadingWithError()
|
D | PolicyDelegate.cpp | 167 /*[in]*/ IWebError* error, in unableToImplementPolicyWithError()
|
/external/webkit/Tools/WinLauncher/ |
D | WinLauncher.h | 52 /* [in] */ IWebError *error, in didFailProvisionalLoadWithError() 79 /* [in] */ IWebError *error, in didFailLoadWithError()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebURLAuthenticationChallenge.idl | 29 import "IWebError.idl"; 33 interface IWebError; 56 HRESULT error([out, retval] IWebError** result); 71 …] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWe…
|
D | IWebDownload.idl | 30 import "IWebError.idl"; 38 interface IWebError; 141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
|
D | IWebHistory.idl | 47 import "IWebError.idl"; 51 interface IWebError; 91 HRESULT loadFromURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded); 101 HRESULT saveToURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded);
|
D | IWebDocument.idl | 29 import "IWebError.idl"; 33 interface IWebError; 214 HRESULT receivedError([in] IWebError* error, [in] IWebDataSource* dataSource);
|
D | IWebResourceLoadDelegate.idl | 32 import "IWebError.idl"; 41 interface IWebError; 166 …ngWithError([in] IWebView* webView, [in] unsigned long identifier, [in] IWebError* error, [in] IWe… 181 …HRESULT plugInFailedWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebDataSource* …
|
D | IWebEmbeddedView.idl | 45 HRESULT didFail([in] IWebError* error);
|
D | IWebFrameLoadDelegate.idl | 35 interface IWebError; 87 …HRESULT didFailProvisionalLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFr… 147 …HRESULT didFailLoadWithError([in] IWebView* webView, [in] IWebError* error, [in] IWebFrame* forFra…
|