Home
last modified time | relevance | path

Searched defs:webError (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebGeolocationController.cpp47 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) in errorOccurred()
DWebGeolocationClientMock.cpp76 WebGeolocationError webError(code, message); in setError() local
DAssociatedURLLoader.cpp158 WebURLError webError(error); in didFail() local
DWebFrameImpl.cpp2140 WebURLError webError = error; in didFail() local
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp236 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error)); in didFail() local
DWebFrameLoaderClient.cpp242 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error)); in dispatchDidFailLoading() local
/external/webkit/Source/WebKit/win/
DWebURLAuthenticationChallenge.cpp138 COMPtr<WebError> webError; in initWithProtectionSpace() local
DWebDownloadCFNet.cpp313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error)); in cancelAuthenticationChallenge() local
510 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error))); in didFail() local
DWebFrame.cpp1825 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error)); in dispatchUnableToImplementPolicy() local
1858 COMPtr<IWebError> webError; in dispatchDidFailProvisionalLoad() local
1868 COMPtr<IWebError> webError; in dispatchDidFailLoad() local
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp1197 GError* webError = g_error_new_literal(g_quark_from_string(error.domain().utf8().data()), in dispatchDidFailLoad() local