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

/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.cpp53 , m_nextBackingStoreStateID(0)
76 ASSERT(m_currentBackingStoreStateID <= m_nextBackingStoreStateID);
77 if (m_currentBackingStoreStateID < m_nextBackingStoreStateID) {
178 ASSERT_ARG(backingStoreStateID, backingStoreStateID <= m_nextBackingStoreStateID);
184 if (m_nextBackingStoreStateID != m_currentBackingStoreStateID)
265 ++m_nextBackingStoreStateID;
271 ASSERT(m_currentBackingStoreStateID < m_nextBackingStoreStateID);
280 m_webPageProxy->process()->send(Messages::DrawingArea::UpdateBackingStoreState(m_nextBackingStoreStateID, respondImmediatelyOrNot == RespondImmediately, m_size, m_scrollOffset), m_webPageProxy->pageID());
H A DDrawingAreaProxyImpl.h91 uint64_t m_nextBackingStoreStateID; member in class:WebKit::DrawingAreaProxyImpl

Completed in 37 milliseconds