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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 201 bool shouldUpdateGraphicsLayer(GraphicsLayerUpdater::UpdateType updateType) const { return m_pendingUpdateScope > GraphicsLayerUpdateNone || updateType == GraphicsLayerUpdater::ForceUpdate; }
CompositedLayerMapping.cpp 325 if (!shouldUpdateGraphicsLayer(updateType))
353 if (!shouldUpdateGraphicsLayer(updateType))
606 if (!shouldUpdateGraphicsLayer(updateType))
    [all...]

Completed in 301 milliseconds