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

/external/webkit/WebKit/win/
H A DWebURLAuthenticationChallenge.cpp141 COMPtr<WebError> webError;
142 hr = error->QueryInterface(CLSID_WebError, (void**)&webError);
154 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
H A DWebDownloadCFNet.cpp314 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
315 m_delegate->didFailWithError(this, webError.get());
511 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error)));
512 if (FAILED(m_delegate->didFailWithError(this, webError.get())))
H A DWebFrame.cpp1680 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
1681 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
1713 COMPtr<IWebError> webError; local
1714 webError.adoptRef(WebError::createInstance(error));
1715 frameLoadDelegate->didFailProvisionalLoadWithError(d->webView, webError.get(), this);
1723 COMPtr<IWebError> webError; local
1724 webError.adoptRef(WebError::createInstance(error));
1725 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);
/external/webkit/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp236 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
237 m_view->didFail(webError.get());
H A DWebFrameLoaderClient.cpp242 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
243 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader));
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp965 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()), local
969 g_signal_emit_by_name(webView, "load-error", m_frame, error.failingURL().utf8().data(), webError, &isHandled);
972 g_error_free(webError);
977 g_error_free(webError);
990 content = String::format("<html><body>%s</body></html>", webError->message);
994 content = String::format("<html><body>%s</body></html>", webError->message);
996 content = String::format(fileContent, error.failingURL().utf8().data(), webError->message);
1006 g_error_free(webError);
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp1790 WebURLError webError = error;
1792 client()->didFailProvisionalLoad(this, webError);
1794 client()->didFailLoad(this, webError);

Completed in 37 milliseconds