Searched defs:webError (Results 1 - 2 of 2) sorted by relevance

/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/win/
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);

Completed in 21 milliseconds