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

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 256 , m_uncommittedChanges(NoChange)
808 if (!m_uncommittedChanges)
812 if (m_uncommittedChanges & (Preserves3DChanged | ReplicatedLayerChanged))
815 if (m_uncommittedChanges & NameChanged)
818 if (m_uncommittedChanges & ContentsImageChanged) // Needs to happen before ChildrenChanged
821 if (m_uncommittedChanges & ContentsMediaLayerChanged) // Needs to happen before ChildrenChanged
824 if (m_uncommittedChanges & ContentsCanvasLayerChanged) // Needs to happen before ChildrenChanged
827 if (m_uncommittedChanges & BackgroundColorChanged) // Needs to happen before ChildrenChanged, and after updating image or video
830 if (m_uncommittedChanges & ChildrenChanged)
833 if (m_uncommittedChanges & PositionChanged
    [all...]
GraphicsLayerCA.h 401 LayerChangeFlags m_uncommittedChanges;

Completed in 9096 milliseconds