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

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 130 typedef void (*DidCloseOnConnectionWorkQueueCallback)(WorkQueue&, Connection*);
131 void setDidCloseOnConnectionWorkQueueCallback(DidCloseOnConnectionWorkQueueCallback callback);
231 DidCloseOnConnectionWorkQueueCallback m_didCloseOnConnectionWorkQueueCallback;
Connection.cpp 238 void Connection::setDidCloseOnConnectionWorkQueueCallback(DidCloseOnConnectionWorkQueueCallback callback)

Completed in 369 milliseconds