Home
last modified time | relevance | path

Searched refs:IWebError (Results 1 – 25 of 42) sorted by relevance

12

/external/webkit/Source/WebKit/win/
DWebHistory.h67 /* [out] */ IWebError** error,
72 /* [out] */ IWebError** error,
143 … HRESULT loadHistoryGutsFromURL(CFURLRef url, CFMutableArrayRef discardedItems, IWebError** error);
144 HRESULT saveHistoryGuts(CFURLRef url, IWebError** error);
DWebURLAuthenticationChallenge.h52 /* [in] */ IWebError* error,
60 /* [out, retval] */ IWebError** result);
DWebError.cpp74 *ppvObject = static_cast<IWebError*>(this); in QueryInterface()
78 *ppvObject = static_cast<IWebError*>(this); in QueryInterface()
DWebURLAuthenticationChallenge.cpp115 /* [in] */ IWebError* error, in initWithProtectionSpace()
182 /* [out, retval] */ IWebError** result) in error()
DDefaultPolicyDelegate.h68 /* [in] */ IWebError *error,
DWebError.h34 class WebError : public IWebError, IWebErrorPrivate {
DDefaultDownloadDelegate.h53 virtual HRESULT STDMETHODCALLTYPE didFailWithError(IWebDownload* download, IWebError* error);
DWebDataSource.h111 /* [retval][out] */ IWebError** error);
DWebHTMLRepresentation.h116 /* [in] */ IWebError* error,
DDefaultPolicyDelegate.cpp182 /*[in]*/ IWebError* error, in unableToImplementPolicyWithError()
DWebHistory.cpp238 /* [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/
DResourceLoadDelegate.h93 /* [in] */ IWebError *error,
98 /* [in] */ IWebError *error, in plugInFailedWithError()
110 std::wstring descriptionSuitableForTestResult(IWebError*, unsigned long) const;
DFrameLoadDelegate.h65 /* [in] */ IWebError *error,
92 /* [in] */ IWebError *error,
168 void locationChangeDone(IWebError*, IWebFrame*);
DFrameLoadDelegate.cpp144 /* [in] */ IWebError *error, in didFailProvisionalLoadWithError()
231 void FrameLoadDelegate::locationChangeDone(IWebError*, IWebFrame* frame) in locationChangeDone() argument
265 /* [in] */ IWebError* error, in didFailLoadWithError()
DPolicyDelegate.h69 /* [in] */ IWebError *error,
DResourceLoadDelegate.cpp121 wstring ResourceLoadDelegate::descriptionSuitableForTestResult(IWebError* error, unsigned long iden… in descriptionSuitableForTestResult()
367 /* [in] */ IWebError* error, in didFailLoadingWithError()
DPolicyDelegate.cpp167 /*[in]*/ IWebError* error, in unableToImplementPolicyWithError()
/external/webkit/Tools/WinLauncher/
DWinLauncher.h52 /* [in] */ IWebError *error, in didFailProvisionalLoadWithError()
79 /* [in] */ IWebError *error, in didFailLoadWithError()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebURLAuthenticationChallenge.idl29 import "IWebError.idl";
33 interface IWebError;
56 HRESULT error([out, retval] IWebError** result);
71 …] int previousFailureCount, [in] IWebURLResponse* failureResponse, [in] IWebError* error, [in] IWe…
DIWebDownload.idl30 import "IWebError.idl";
38 interface IWebError;
141 HRESULT didFailWithError([in] IWebDownload* download, [in] IWebError* error);
DIWebHistory.idl47 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);
DIWebDocument.idl29 import "IWebError.idl";
33 interface IWebError;
214 HRESULT receivedError([in] IWebError* error, [in] IWebDataSource* dataSource);
DIWebResourceLoadDelegate.idl32 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* …
DIWebEmbeddedView.idl45 HRESULT didFail([in] IWebError* error);
DIWebFrameLoadDelegate.idl35 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…

12