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

/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DDrawingAreaImpl.cpp64 , m_shouldSendDidUpdateBackingStoreState(false)
208 if (m_shouldSendDidUpdateBackingStoreState) {
276 m_shouldSendDidUpdateBackingStoreState = true;
288 if (!m_shouldSendDidUpdateBackingStoreState) {
311 ASSERT(m_shouldSendDidUpdateBackingStoreState);
313 m_shouldSendDidUpdateBackingStoreState = false;
424 if (m_shouldSendDidUpdateBackingStoreState) {
510 if (m_shouldSendDidUpdateBackingStoreState) {
H A DDrawingAreaImpl.h91 bool m_shouldSendDidUpdateBackingStoreState; member in class:WebKit::DrawingAreaImpl

Completed in 118 milliseconds