Searched refs:m_nextBackingStoreStateID (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/
H A DCoordinatedDrawingAreaProxy.cpp50 , m_nextBackingStoreStateID(0)
75 ASSERT(m_currentBackingStoreStateID <= m_nextBackingStoreStateID);
76 if (m_currentBackingStoreStateID < m_nextBackingStoreStateID) {
170 ASSERT_ARG(backingStoreStateID, backingStoreStateID <= m_nextBackingStoreStateID);
191 if (m_nextBackingStoreStateID != m_currentBackingStoreStateID)
266 ++m_nextBackingStoreStateID;
272 ASSERT(m_currentBackingStoreStateID < m_nextBackingStoreStateID);
285 m_webPageProxy->process().send(Messages::DrawingArea::UpdateBackingStoreState(m_nextBackingStoreStateID, respondImmediatelyOrNot == RespondImmediately, m_webPageProxy->deviceScaleFactor(), m_size, m_scrollOffset), m_webPageProxy->pageID());
H A DCoordinatedDrawingAreaProxy.h105 uint64_t m_nextBackingStoreStateID; member in class:WebKit::CoordinatedDrawingAreaProxy
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DDrawingAreaProxyImpl.cpp46 , m_nextBackingStoreStateID(0)
68 ASSERT(m_currentBackingStoreStateID <= m_nextBackingStoreStateID);
69 if (m_currentBackingStoreStateID < m_nextBackingStoreStateID) {
145 ASSERT_ARG(backingStoreStateID, backingStoreStateID <= m_nextBackingStoreStateID);
166 if (m_nextBackingStoreStateID != m_currentBackingStoreStateID)
241 ++m_nextBackingStoreStateID;
247 ASSERT(m_currentBackingStoreStateID < m_nextBackingStoreStateID);
260 m_webPageProxy->process().send(Messages::DrawingArea::UpdateBackingStoreState(m_nextBackingStoreStateID, respondImmediatelyOrNot == RespondImmediately, m_webPageProxy->deviceScaleFactor(), m_size, m_scrollOffset), m_webPageProxy->pageID());
H A DDrawingAreaProxyImpl.h87 uint64_t m_nextBackingStoreStateID; member in class:WebKit::DrawingAreaProxyImpl

Completed in 85 milliseconds