Searched refs:webError (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationController.cpp42 void WebGeolocationController::errorOccurred(const WebGeolocationError& webError) argument
44 m_private->errorOccurred(static_cast<GeolocationError*>(webError));
H A DWebLocalFrameImpl.cpp1762 WebURLError webError = error;
1764 client()->didFailProvisionalLoad(this, webError);
1766 client()->didFailLoad(this, webError);
/external/chromium_org/third_party/WebKit/Source/modules/geofencing/
H A DGeofencingError.cpp15 OwnPtr<WebType> webError = adoptPtr(webErrorRaw); local
16 switch (webError->errorType) {
18 return DOMException::create(AbortError, webError->message);
20 return DOMException::create(UnknownError, webError->message);
/external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
H A DPushError.cpp15 OwnPtr<WebType> webError = adoptPtr(webErrorRaw); local
16 switch (webError->errorType) {
18 return DOMException::create(AbortError, webError->message);
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerError.cpp43 OwnPtr<WebType> webError = adoptPtr(webErrorRaw); local
44 switch (webError->errorType) {

Completed in 141 milliseconds