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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp58 , m_isPurging(false)
223 if (m_isPurging)
286 if (m_isPurging)
333 if (m_isPurging)
365 TemporaryChange<bool> purgingToggle(m_isPurging, true);
H A DCompositingCoordinator.h142 bool m_isPurging; member in class:WebCore::CompositingCoordinator
H A DCoordinatedGraphicsLayer.h222 bool m_isPurging; member in class:WebCore::CoordinatedGraphicsLayer
H A DCoordinatedGraphicsLayer.cpp111 , m_isPurging(false)
996 ASSERT(m_coordinator->isFlushingLayerChanges() || m_isPurging);
1049 TemporaryChange<bool> updateModeProtector(m_isPurging, true);

Completed in 117 milliseconds