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

/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationController.cpp47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) argument
49 m_private->errorOccurred(PassRefPtr<GeolocationError>(webError).get());
H A DWebGeolocationClientMock.cpp76 WebGeolocationError webError(code, message);
77 m_clientMock->setError(webError);
H A DAssociatedURLLoader.cpp158 WebURLError webError(error);
159 m_client->didFail(m_loader, webError);
H A DWebFrameImpl.cpp2140 WebURLError webError = error;
2142 client()->didFailProvisionalLoad(this, webError);
2144 client()->didFailLoad(this, webError);
/external/webkit/Source/WebKit/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())))
H A DWebFrame.cpp1825 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
1826 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
1858 COMPtr<IWebError> webError; local
1859 webError.adoptRef(WebError::createInstance(error));
1860 frameLoadDelegate->didFailProvisionalLoadWithError(d->webView, webError.get(), this);
1868 COMPtr<IWebError> webError; local
1869 webError.adoptRef(WebError::createInstance(error));
1870 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);
/external/webkit/Source/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/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp1197 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()), local
1201 g_signal_emit_by_name(webView, "load-error", m_frame, error.failingURL().utf8().data(), webError, &isHandled);
1204 g_error_free(webError);
1209 g_error_free(webError);
1222 content = makeString("<html><body>", webError->message, "</body></html>");
1226 content = makeString("<html><body>", webError->message, "</body></html>");
1228 content = String::format(fileContent, error.failingURL().utf8().data(), webError->message);
1238 g_error_free(webError);

Completed in 634 milliseconds