Searched defs:WebError (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebError.h34 class WebError : public IWebError, IWebErrorPrivate { class in inherits:IWebError,IWebErrorPrivate
36 static WebError* createInstance(const WebCore::ResourceError&, IPropertyBag* userInfo = 0);
37 static WebError* createInstance();
39 WebError(const WebCore::ResourceError&, IPropertyBag* userInfo);
40 ~WebError();
H A DWebError.cpp28 #include "WebError.h"
39 // WebError ---------------------------------------------------------------------
41 WebError::WebError(const ResourceError& error, IPropertyBag* userInfo) function in class:WebError
47 gClassNameCount.add("WebError");
50 WebError::~WebError()
53 gClassNameCount.remove("WebError");
56 WebError* WebError
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DWebError.h35 // WebError - An error type suitable for vending to an API.
37 class WebError : public APIObject { class in namespace:WebKit
41 static PassRefPtr<WebError> create()
43 return adoptRef(new WebError);
46 static PassRefPtr<WebError> create(const WebCore::ResourceError& error)
48 return adoptRef(new WebError(error));
61 WebError() function in class:WebKit::WebError
65 WebError(const WebCore::ResourceError& error) function in class:WebKit::WebError

Completed in 112 milliseconds