Searched refs:m_forceRepaintAsyncCallbackID (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.cpp67 , m_forceRepaintAsyncCallbackID(0)
146 ASSERT(!m_forceRepaintAsyncCallbackID);
147 m_forceRepaintAsyncCallbackID = callbackID;
193 if (m_forceRepaintAsyncCallbackID) {
194 m_webPage->send(Messages::WebPageProxy::VoidCallback(m_forceRepaintAsyncCallbackID));
195 m_forceRepaintAsyncCallbackID = 0;
H A DCoordinatedLayerTreeHost.h107 uint64_t m_forceRepaintAsyncCallbackID; member in class:WebKit::CoordinatedLayerTreeHost

Completed in 172 milliseconds