Searched refs:WebServiceWorkerError (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/content/browser/service_worker/ |
D | service_worker_registration_status.cc | 17 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()
|
D | service_worker_dispatcher_host.cc | 17 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()
|
D | service_worker_registration_status.h | 24 blink::WebServiceWorkerError::ErrorType* error_type,
|
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/ |
D | ServiceWorkerError.cpp | 34 using blink::WebServiceWorkerError; 37 String ServiceWorkerError::errorString(WebServiceWorkerError::ErrorType type) in errorString() 40 case WebServiceWorkerError::DisabledError: in errorString()
|
D | ServiceWorkerError.h | 43 typedef blink::WebServiceWorkerError WebType; 52 static String errorString(blink::WebServiceWorkerError::ErrorType);
|
/external/chromium_org/content/child/service_worker/ |
D | service_worker_dispatcher.cc | 14 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()
|
D | service_worker_dispatcher.h | 67 blink::WebServiceWorkerError::ErrorType error_type,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebServiceWorkerError.h | 38 struct WebServiceWorkerError { struct 47 WebServiceWorkerError(ErrorType errorType, const WebString& message) in WebServiceWorkerError() function
|
D | WebServiceWorkerProvider.h | 41 struct WebServiceWorkerError; 46 typedef WebCallbacks<WebServiceWorker, WebServiceWorkerError> WebServiceWorkerCallbacks;
|
/external/chromium_org/content/common/ |
D | service_worker_messages.h | 18 IPC_ENUM_TRAITS(blink::WebServiceWorkerError::ErrorType) 51 blink::WebServiceWorkerError::ErrorType /* code */,
|
D | DEPS | 28 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
|
/external/chromium_org/content/browser/ |
D | DEPS | 42 "+third_party/WebKit/public/platform/WebServiceWorkerError.h",
|