didHandleSyncEvent   54 Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h     virtual void didHandleSyncEvent(int syncEventID) = 0;
didHandleSyncEvent   75 Source/web/ServiceWorkerGlobalScopeClientImpl.cpp     m_client->didHandleSyncEvent(syncEventID);
didHandleSyncEvent   49 Source/web/ServiceWorkerGlobalScopeClientImpl.h     virtual void didHandleSyncEvent(int syncEventID) OVERRIDE;
didHandleSyncEvent  102 Source/web/ServiceWorkerGlobalScopeProxy.cpp     ServiceWorkerGlobalScopeClient::from(m_workerGlobalScope)->didHandleSyncEvent(eventID);
didHandleSyncEvent  101 public/web/WebServiceWorkerContextClient.h     virtual void didHandleSyncEvent(int syncEventID) { }