HomeSort by relevance Sort by last modified time
    Searched refs:mainThreadCreateWebSocketChannel (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/websockets/
WorkerThreadableWebSocketChannel.h 136 static void mainThreadCreateWebSocketChannel(ScriptExecutionContext*, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper>, const String& taskMode, const KURL&, const String& protocol);
WorkerThreadableWebSocketChannel.cpp 243 void WorkerThreadableWebSocketChannel::Bridge::mainThreadCreateWebSocketChannel(ScriptExecutionContext* context, Bridge* thisPtr, RefPtr<ThreadableWebSocketChannelClientWrapper> clientWrapper, const String& taskMode, const KURL& url, const String& protocol)
261 m_loaderProxy.postTaskToLoader(createCallbackTask(&Bridge::mainThreadCreateWebSocketChannel, this, m_workerClientWrapper, m_taskMode, url, protocol));

Completed in 42 milliseconds