HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsLayerUpdateNone (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 72 GraphicsLayerUpdateNone,
199 void clearNeedsGraphicsLayerUpdate() { m_pendingUpdateScope = GraphicsLayerUpdateNone; }
201 bool shouldUpdateGraphicsLayer(GraphicsLayerUpdater::UpdateType updateType) const { return m_pendingUpdateScope > GraphicsLayerUpdateNone || updateType == GraphicsLayerUpdater::ForceUpdate; }
205 void assertNeedsToUpdateGraphicsLayerBitsCleared() { ASSERT(m_pendingUpdateScope == GraphicsLayerUpdateNone); }
CompositedLayerMapping.cpp 166 , m_pendingUpdateScope(GraphicsLayerUpdateNone)
    [all...]

Completed in 150 milliseconds