WebType 64 Source/bindings/v8/CallbackPromiseAdapter.h class CallbackPromiseAdapter FINAL : public blink::WebCallbacks<typename S::WebType, typename T::WebType> { WebType 73 Source/bindings/v8/CallbackPromiseAdapter.h virtual void onSuccess(typename S::WebType* result) OVERRIDE WebType 78 Source/bindings/v8/CallbackPromiseAdapter.h virtual void onError(typename T::WebType* error) OVERRIDE WebType 20 Source/modules/push_messaging/PushError.h static PassRefPtrWillBeRawPtr<DOMError> from(WebType* webErrorRaw) WebType 22 Source/modules/push_messaging/PushError.h OwnPtr<WebType> webError = adoptPtr(webErrorRaw); WebType 20 Source/modules/push_messaging/PushRegistration.h static PassRefPtrWillBeRawPtr<PushRegistration> from(WebType* registrationRaw) WebType 22 Source/modules/push_messaging/PushRegistration.h OwnPtr<WebType> registration = adoptPtr(registrationRaw); WebType 56 Source/modules/serviceworkers/ServiceWorker.h static PassRefPtr<ServiceWorker> from(WebType* worker) WebType 45 Source/modules/serviceworkers/ServiceWorkerError.h static PassRefPtrWillBeRawPtr<DOMError> from(WebType* webErrorRaw) WebType 47 Source/modules/serviceworkers/ServiceWorkerError.h OwnPtr<WebType> webError = adoptPtr(webErrorRaw);