Home
last modified time | relevance | path

Searched refs:WebServiceWorkerError (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_registration_status.cc17 using blink::WebServiceWorkerError;
21 blink::WebServiceWorkerError::ErrorType* error_type, in GetServiceWorkerRegistrationStatusResponse()
30 *error_type = WebServiceWorkerError::InstallError; in GetServiceWorkerRegistrationStatusResponse()
35 *error_type = WebServiceWorkerError::ActivateError; in GetServiceWorkerRegistrationStatusResponse()
Dservice_worker_dispatcher_host.cc17 using blink::WebServiceWorkerError;
93 WebServiceWorkerError::DisabledError, in OnRegisterServiceWorker()
105 WebServiceWorkerError::SecurityError, in OnRegisterServiceWorker()
130 blink::WebServiceWorkerError::DisabledError, in OnUnregisterServiceWorker()
196 blink::WebServiceWorkerError::ErrorType error_type; in SendRegistrationError()
Dservice_worker_registration_status.h24 blink::WebServiceWorkerError::ErrorType* error_type,
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerError.cpp34 using blink::WebServiceWorkerError;
37 String ServiceWorkerError::errorString(WebServiceWorkerError::ErrorType type) in errorString()
40 case WebServiceWorkerError::DisabledError: in errorString()
DServiceWorkerError.h43 typedef blink::WebServiceWorkerError WebType;
52 static String errorString(blink::WebServiceWorkerError::ErrorType);
/external/chromium_org/content/child/service_worker/
Dservice_worker_dispatcher.cc14 using blink::WebServiceWorkerError;
134 WebServiceWorkerError::ErrorType error_type, in OnRegistrationError()
142 scoped_ptr<WebServiceWorkerError> error( in OnRegistrationError()
143 new WebServiceWorkerError(error_type, message)); in OnRegistrationError()
Dservice_worker_dispatcher.h67 blink::WebServiceWorkerError::ErrorType error_type,
/external/chromium_org/third_party/WebKit/public/platform/
DWebServiceWorkerError.h38 struct WebServiceWorkerError { struct
47 WebServiceWorkerError(ErrorType errorType, const WebString& message) in WebServiceWorkerError() function
DWebServiceWorkerProvider.h41 struct WebServiceWorkerError;
46 typedef WebCallbacks<WebServiceWorker, WebServiceWorkerError> WebServiceWorkerCallbacks;
/external/chromium_org/content/common/
Dservice_worker_messages.h18 IPC_ENUM_TRAITS(blink::WebServiceWorkerError::ErrorType)
51 blink::WebServiceWorkerError::ErrorType /* code */,
DDEPS28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
/external/chromium_org/content/browser/
DDEPS42 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",