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

  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationController.cpp 47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError)
49 m_private->errorOccurred(PassRefPtr<GeolocationError>(webError).get());
WebGeolocationClientMock.cpp 76 WebGeolocationError webError(code, message);
77 m_clientMock->setError(webError);
AssociatedURLLoader.cpp 158 WebURLError webError(error);
159 m_client->didFail(m_loader, webError);
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebURLAuthenticationChallenge.cpp 30 #include "WebError.h"
138 COMPtr<WebError> webError;
139 hr = error->QueryInterface(CLSID_WebError, (void**)&webError);
151 previousFailureCount, webResponse->resourceResponse(), webError->resourceError());
184 *result = WebError::createInstance(m_authenticationChallenge.error());
WebDownloadCFNet.cpp 32 #include "WebError.h"
313 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())))
WebFrame.cpp 43 #include "WebError.h"
    [all...]
  /external/webkit/Source/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));
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp     [all...]

Completed in 297 milliseconds