• Home
  • Raw
  • Download

Lines Matching refs:SharedWorkerContext

18110         * workers/SharedWorkerContext.idl:
35204 Added support for SharedWorker and SharedWorkerContext.
46647 Added includes for SharedWorker.h and SharedWorkerContext.h.
55671 * workers/SharedWorkerContext.cpp:
55673 * workers/SharedWorkerContext.h:
55674 * workers/SharedWorkerContext.idl:
61733 * workers/SharedWorkerContext.cpp:
61734 (WebCore::SharedWorkerContext::dispatchConnect):
73511 … the proxy from the repository/frees the proxy when the associated SharedWorkerContext is destroye…
73844 * workers/SharedWorkerContext.cpp:
73845 * workers/SharedWorkerContext.h:
75873 Added initial implementations of SharedWorkerThread and SharedWorkerContext.
75911 Added support for SharedWorkerContext.
75918 Added API for casting to new derived class (SharedWorkerContext).
75933 * workers/SharedWorkerContext.cpp: Added.
75934 (WebCore::SharedWorkerContext::SharedWorkerContext):
75935 (WebCore::SharedWorkerContext::~SharedWorkerContext):
75936 (WebCore::SharedWorkerContext::logException):
75937 (WebCore::SharedWorkerContext::addMessage):
75939 (WebCore::SharedWorkerContext::dispatchConnect):
75940 (WebCore::SharedWorkerContext::thread):
75941 * workers/SharedWorkerContext.h: Added.
75942 (WebCore::SharedWorkerContext::create):
75943 (WebCore::SharedWorkerContext::isSharedWorkerContext):
75944 (WebCore::SharedWorkerContext::toSharedWorkerContext):
75945 (WebCore::SharedWorkerContext::setOnconnect):
75946 (WebCore::SharedWorkerContext::onconnect):
75947 (WebCore::SharedWorkerContext::name):
75948 * workers/SharedWorkerContext.idl: Added.