Searched defs:webError (Results 1 - 3 of 3) 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());
/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);
/external/webkit/Source/WebKit/win/
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);

Completed in 101 milliseconds