Home
last modified time | relevance | path

Searched refs:m_didCloseOnConnectionWorkQueueCallback (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit2/Platform/CoreIPC/
DConnection.cpp201 , m_didCloseOnConnectionWorkQueueCallback(0) in Connection()
242 m_didCloseOnConnectionWorkQueueCallback = callback; in setDidCloseOnConnectionWorkQueueCallback()
529 if (m_didCloseOnConnectionWorkQueueCallback) in connectionDidClose()
530 m_didCloseOnConnectionWorkQueueCallback(m_connectionQueue, this); in connectionDidClose()
DConnection.h231 DidCloseOnConnectionWorkQueueCallback m_didCloseOnConnectionWorkQueueCallback; variable
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-162246 Initialize m_didCloseOnConnectionWorkQueueCallback.
2249 Update m_didCloseOnConnectionWorkQueueCallback.
2252 Call m_didCloseOnConnectionWorkQueueCallback.
DChangeLog191 Set m_didCloseOnConnectionWorkQueueCallback.