OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mainthreaddestroy
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.h
85
// the last task posted always is "
mainThreadDestroy
", so MainThreadBridge is
110
static void
mainThreadDestroy
(ScriptExecutionContext*, MainThreadBridge*);
WorkerThreadableLoader.cpp
119
void WorkerThreadableLoader::MainThreadBridge::
mainThreadDestroy
(ScriptExecutionContext* context, MainThreadBridge* thisPtr)
132
m_loaderProxy.postTaskToLoader(createCallbackTask(&MainThreadBridge::
mainThreadDestroy
, this));
/external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.cpp
348
void WorkerThreadableWebSocketChannel::
mainThreadDestroy
(ScriptExecutionContext* context, Peer* peer)
363
m_loaderProxy.postTaskToLoader(createCallbackTask(&
mainThreadDestroy
, peer));
WorkerThreadableWebSocketChannel.h
157
static void
mainThreadDestroy
(ScriptExecutionContext*, Peer*);
Completed in 61 milliseconds