Searched refs:webError (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitLoaderClient.cpp56 GOwnPtr<GError> webError(g_error_new_literal(g_quark_from_string(resourceError.domain().utf8().data()),
60 webkitWebViewLoadFailedWithTLSErrors(WEBKIT_WEB_VIEW(clientInfo), resourceError.failingURL().utf8().data(), webError.get(),
63 webkitWebViewLoadFailed(WEBKIT_WEB_VIEW(clientInfo), WEBKIT_LOAD_STARTED, resourceError.failingURL().utf8().data(), webError.get());
88 GOwnPtr<GError> webError(g_error_new_literal(g_quark_from_string(resourceError.domain().utf8().data()),
92 resourceError.failingURL().utf8().data(), webError.get());
H A DWebKitInjectedBundleClient.cpp87 WebError* webError = static_cast<WebError*>(message.get(String::fromUTF8("Error")));
88 const ResourceError& platformError = webError->platformError();
H A DWebKitDownload.cpp336 GOwnPtr<GError> webError(g_error_new_literal(g_quark_from_string(resourceError.domain().utf8().data()),
342 g_signal_emit(download, signals[FAILED], 0, webError.get());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebURLAuthenticationChallenge.cpp138 COMPtr<WebError> webError;
139 hr = error->QueryInterface(CLSID_WebError, (void**)&webError);
151 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
H A DWebDownloadCFNet.cpp313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
314 m_delegate->didFailWithError(this, webError.get());
510 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error)));
511 if (FAILED(m_delegate->didFailWithError(this, webError.get())))
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DEmbeddedWidget.cpp235 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
236 m_view->didFail(webError.get());
H A DWebFrameLoaderClient.cpp323 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
324 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader));
487 COMPtr<IWebError> webError; local
488 webError.adoptRef(WebError::createInstance(error));
489 frameLoadDelegate->didFailProvisionalLoadWithError(webView, webError.get(), m_webFrame);
498 COMPtr<IWebError> webError; local
499 webError.adoptRef(WebError::createInstance(error));
500 frameLoadDelegate->didFailLoadWithError(webView, webError.get(), m_webFrame);
628 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
629 policyDelegate->unableToImplementPolicyWithError(webView, webError
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp1038 GOwnPtr<GError> webError(g_error_new_literal(g_quark_from_string(error.domain().utf8().data()),
1042 g_signal_emit_by_name(webResource, "load-failed", webError.get());
1043 g_signal_emit_by_name(m_frame, "resource-load-failed", webResource, webError.get());
1044 g_signal_emit_by_name(webView, "resource-load-failed", m_frame, webResource, webError.get());
1068 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()), local
1072 g_signal_emit_by_name(webView, "load-error", m_frame, error.failingURL().utf8().data(), webError, &isHandled);
1075 g_error_free(webError);
1080 g_error_free(webError);
1095 content = makeString("<html><body>", webError->message, "</body></html>");
1099 content = makeString("<html><body>", webError
[all...]

Completed in 218 milliseconds