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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 201 , m_didCloseOnConnectionWorkQueueCallback(0)
242 m_didCloseOnConnectionWorkQueueCallback = callback;
529 if (m_didCloseOnConnectionWorkQueueCallback)
530 m_didCloseOnConnectionWorkQueueCallback(m_connectionQueue, this);
Connection.h 231 DidCloseOnConnectionWorkQueueCallback m_didCloseOnConnectionWorkQueueCallback;

Completed in 1118 milliseconds