OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WorkerContext
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/workers/
WorkerContext.h
64
class
WorkerContext
: public RefCounted<
WorkerContext
>, public ScriptExecutionContext, public EventTarget {
66
virtual ~
WorkerContext
();
90
WorkerContext
* self() { return this; }
149
using RefCounted<
WorkerContext
>::ref;
150
using RefCounted<
WorkerContext
>::deref;
158
Observer(
WorkerContext
*);
163
WorkerContext
* m_context;
171
WorkerContext
(const KURL&, const String&, WorkerThread*);
WorkerContext.cpp
32
#include "
WorkerContext
.h"
97
WorkerContext
*
workerContext
= static_cast<
WorkerContext
*>(context);
99
workerContext
->thread()->workerReportingProxy().workerContextClosed();
105
WorkerContext
::
WorkerContext
(const KURL& url, const String& userAgent, WorkerThread* thread)
118
WorkerContext
::~
WorkerContext
()
132
ScriptExecutionContext*
WorkerContext
::scriptExecutionContext() cons
[
all
...]
Completed in 62 milliseconds