Searched refs:WebError (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebError.h35 // WebError - An error type suitable for vending to an API.
37 class WebError : public TypedAPIObject<APIObject::TypeError> { class in namespace:WebKit
39 static PassRefPtr<WebError> create()
41 return adoptRef(new WebError);
44 static PassRefPtr<WebError> create(const WebCore::ResourceError& error)
46 return adoptRef(new WebError(error));
59 WebError() function in class:WebKit::WebError
63 WebError(const WebCore::ResourceError& error) function in class:WebKit::WebError
H A DWebError.cpp27 #include "WebError.h"
33 const String& WebError::webKitErrorDomain()
H A DUserMessageCoders.h38 #include "WebError.h"
69 // - WebError -> WebError
222 WebError* errorObject = static_cast<WebError*>(m_root);
258 // - WebError -> WebError
517 coder.m_root = WebError::create(resourceError);
/macosx-10.9.5/WebKit-7537.78.2/win/
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...]
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 DForEachCoClass.h46 macro(WebError) \
H A DWebURLAuthenticationChallenge.cpp30 #include "WebError.h"
138 COMPtr<WebError> webError;
184 *result = WebError::createInstance(m_authenticationChallenge.error());
H A DWebDownloadCFNet.cpp32 #include "WebError.h"
313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
510 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error)));
H A DWebDataSource.cpp33 #include "WebError.h"
120 *error = WebError::createInstance(m_loader->mainDocumentError());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/cf/
H A DWKErrorCF.cpp30 #include "WebError.h"
37 RefPtr<WebError> error = WebError::create(ResourceError(cfError));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/API/c/
H A DWKError.cpp29 #include "WebError.h"
36 return toAPI(WebError::APIType);
41 return toCopiedAPI(WebError::webKitErrorDomain());
H A DWKSharedAPICast.h40 #include "WebError.h"
99 WK_ADD_API_MAPPING(WKErrorRef, WebError)
199 inline ProxyingRefPtr<WebError> toAPI(const WebCore::ResourceError& error)
201 return ProxyingRefPtr<WebError>(WebError::create(error));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/qt/
H A DWebErrorsQt.cpp31 #include "WebError.h"
53 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotUseRestrictedPort, request.url().string(),
59 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotShowURL, request.url().string(),
65 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeFrameLoadInterruptedByPolicyChange, request.url().string(),
71 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotShowMIMEType, response.url().string(),
83 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodePlugInWillHandleLoad, response.url().string(),
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebErrorsMac.mm29 #import "WebError.h"
67 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotUseRestrictedPort, request.url(), WEB_UI_STRING("Not allowed to use restricted network port", "WebKitErrorCannotUseRestrictedPort description"));
72 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotShowURL, request.url(), WEB_UI_STRING("The URL can���t be shown", "WebKitErrorCannotShowURL description"));
77 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeFrameLoadInterruptedByPolicyChange, request.url(), WEB_UI_STRING("Frame load interrupted", "WebKitErrorFrameLoadInterruptedByPolicyChange description"));
82 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodeCannotShowMIMEType, response.url(), WEB_UI_STRING("Content with specified MIME type can���t be shown", "WebKitErrorCannotShowMIMEType description"));
87 return ResourceError(WebError::webKitErrorDomain(), kWKErrorCodePlugInWillHandleLoad, response.url(), WEB_UI_STRING("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad description"));
92 return ResourceError(WebError::webKitErrorDomain(), kWKErrorInternal, url, WEB_UI_STRING("WebKit encountered an internal error", "WebKitErrorInternal description"));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DGenericCallback.h31 #include "WebError.h"
95 RefPtr<WebError> error = WebError::create();
139 RefPtr<WebError> error = WebError::create();
183 RefPtr<WebError> error = WebError::create();
227 RefPtr<WebError> error = WebError::create();
H A DWebPageProxy.h215 RefPtr<WebError> error = WebError::create();
H A DWebPageProxy.cpp3778 RefPtr<WebError> error = WebError::create(printError);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitInjectedBundleClient.cpp87 WebError* webError = static_cast<WebError*>(message.get(String::fromUTF8("Error")));
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DEmbeddedWidget.cpp35 #include "WebError.h"
235 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
H A DWebFrameLoaderClient.cpp44 #include "WebError.h"
323 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
488 webError.adoptRef(WebError::createInstance(error));
499 webError.adoptRef(WebError::createInstance(error));
628 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
1163 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
1241 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DWebKit.idl222 coclass WebError {

Completed in 523 milliseconds