OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getClients
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeClientImpl.cpp
52
void ServiceWorkerGlobalScopeClientImpl::
getClients
(WebServiceWorkerClientsCallbacks* callbacks)
54
m_client.
getClients
(callbacks);
/external/chromium_org/third_party/WebKit/public/web/
WebServiceWorkerContextClient.h
133
virtual void
getClients
(WebServiceWorkerClientsCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }
/external/chromium_org/content/renderer/service_worker/
embedded_worker_context_client.cc
144
void EmbeddedWorkerContextClient::
getClients
(
Completed in 1555 milliseconds