HomeSort by relevance Sort by last modified time
    Searched refs:webError (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKit/win/
WebURLAuthenticationChallenge.cpp 31 #include "WebError.h"
141 COMPtr<WebError> webError;
142 hr = error->QueryInterface(CLSID_WebError, (void**)&webError);
154 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
187 *result = WebError::createInstance(m_authenticationChallenge.error());
WebDownloadCFNet.cpp 33 #include "WebError.h"
314 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())))
WebFrame.cpp 44 #include "WebError.h"
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 35 #include "WebError.h"
236 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
237 m_view->didFail(webError.get());
WebFrameLoaderClient.cpp 41 #include "WebError.h"
242 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
243 resourceLoadDelegate->didFailLoadingWithError(webView, identifier, webError.get(), getWebDataSource(loader));
816 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 965 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()),
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);
    [all...]
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 130 milliseconds