OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebServiceWorkerContextClient
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebEmbeddedWorker.h
38
class
WebServiceWorkerContextClient
;
51
WebServiceWorkerContextClient
*,
WebServiceWorkerContextClient.h
45
class
WebServiceWorkerContextClient
{
47
virtual ~
WebServiceWorkerContextClient
() { }
/external/chromium_org/third_party/WebKit/Source/web/
ServiceWorkerGlobalScopeProxy.h
46
class
WebServiceWorkerContextClient
;
65
static PassOwnPtr<ServiceWorkerGlobalScopeProxy> create(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<
WebServiceWorkerContextClient
>);
78
ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl&, WebCore::ExecutionContext&, PassOwnPtr<
WebServiceWorkerContextClient
>);
83
OwnPtr<
WebServiceWorkerContextClient
> m_client;
WebEmbeddedWorkerImpl.h
55
PassOwnPtr<
WebServiceWorkerContextClient
>,
77
OwnPtr<
WebServiceWorkerContextClient
> m_workerContextClient;
ServiceWorkerGlobalScopeProxy.cpp
35
#include "
WebServiceWorkerContextClient
.h"
45
PassOwnPtr<ServiceWorkerGlobalScopeProxy> ServiceWorkerGlobalScopeProxy::create(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, PassOwnPtr<
WebServiceWorkerContextClient
> client)
89
ServiceWorkerGlobalScopeProxy::ServiceWorkerGlobalScopeProxy(WebEmbeddedWorkerImpl& embeddedWorker, ExecutionContext& executionContext, PassOwnPtr<
WebServiceWorkerContextClient
> client)
WebEmbeddedWorkerImpl.cpp
37
#include "
WebServiceWorkerContextClient
.h"
129
WebServiceWorkerContextClient
* client,
136
PassOwnPtr<
WebServiceWorkerContextClient
> client,
/external/chromium_org/content/renderer/service_worker/
service_worker_context_client.h
11
#include "third_party/WebKit/public/web/
WebServiceWorkerContextClient
.h"
26
: public blink::
WebServiceWorkerContextClient
{
40
//
WebServiceWorkerContextClient
overrides.
Completed in 922 milliseconds