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

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

Completed in 22 milliseconds