HomeSort by relevance Sort by last modified time
    Searched full:sharedworkercontext (Results 1 - 23 of 23) sorted by null

  /external/webkit/Source/WebCore/workers/
SharedWorkerContext.h 43 class SharedWorkerContext : public WorkerContext {
46 static PassRefPtr<SharedWorkerContext> create(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread)
48 return adoptRef(new SharedWorkerContext(name, url, userAgent, thread));
50 virtual ~SharedWorkerContext();
55 virtual SharedWorkerContext* toSharedWorkerContext() { return this; }
57 // Setters/Getters for attributes in SharedWorkerContext.idl
63 SharedWorkerContext(const String& name, const KURL&, const String&, SharedWorkerThread*);
SharedWorkerContext.cpp 35 #include "SharedWorkerContext.h"
52 SharedWorkerContext::SharedWorkerContext(const String& name, const KURL& url, const String& userAgent, SharedWorkerThread* thread)
58 SharedWorkerContext::~SharedWorkerContext()
62 SharedWorkerThread* SharedWorkerContext::thread()
SharedWorkerThread.cpp 37 #include "SharedWorkerContext.h"
58 return SharedWorkerContext::create(m_name, url, userAgent, this);
SharedWorkerContext.idl 40 ] SharedWorkerContext : WorkerContext {
DefaultSharedWorkerRepository.cpp 49 #include "SharedWorkerContext.h"
102 // The thread is freed when the proxy is destroyed, so we need to make sure that the proxy stays around until the SharedWorkerContext exits.
  /external/webkit/Source/WebKit/chromium/src/
WebSharedWorkerImpl.cpp 40 #include "SharedWorkerContext.h"
115 // It should not be possible for SharedWorkerContext to generate an API call outside those supported by WebCommonWorkerClient.
  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMEventTarget.cpp 32 #include "SharedWorkerContext.h"
121 ConvertTo(SharedWorkerContext)
183 if (WebCore::SharedWorkerContext* workerContext = value->toSharedWorkerContext())
  /external/webkit/Source/WebCore/bindings/js/
JSEventTarget.cpp 48 #include "SharedWorkerContext.h"
155 if (SharedWorkerContext* workerContext = target->toSharedWorkerContext())
229 CONVERT_TO_EVENT_TARGET(SharedWorkerContext)
  /external/webkit/Source/WebCore/dom/
EventTarget.h 64 class SharedWorkerContext;
122 virtual SharedWorkerContext* toSharedWorkerContext();
EventTarget.cpp 162 SharedWorkerContext* EventTarget::toSharedWorkerContext()
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 374 if (SharedWorkerContext* sharedWorkerContext = target->toSharedWorkerContext())
375 return toV8(sharedWorkerContext);
WorkerContextExecutionProxy.cpp 42 #include "SharedWorkerContext.h"
  /external/webkit/Source/WebCore/
DerivedSources.make 340 SharedWorkerContext \
CMakeLists.txt 413 workers/SharedWorkerContext.idl
    [all...]
CodeGenerators.pri 538 workers/SharedWorkerContext.idl \
Android.mk     [all...]
WebCore.gypi     [all...]
GNUmakefile.list.am     [all...]
WebCore.pro     [all...]
GNUmakefile.am     [all...]
  /external/webkit/Source/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]
CodeGeneratorV8.pm 663 } elsif ($implClassName eq "DedicatedWorkerContext" or $implClassName eq "WorkerContext" or $implClassName eq "SharedWorkerContext") {
    [all...]

Completed in 1833 milliseconds