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

  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 372 , m_uncommittedChanges(NoChange)
888 if (!m_uncommittedChanges)
894 if (m_uncommittedChanges & (Preserves3DChanged | ReplicatedLayerChanged))
897 if (m_uncommittedChanges & NameChanged)
900 if (m_uncommittedChanges & ContentsImageChanged) // Needs to happen before ChildrenChanged
903 if (m_uncommittedChanges & ContentsMediaLayerChanged) // Needs to happen before ChildrenChanged
907 if (m_uncommittedChanges & ContentsGraphicsContext3DChanged) // Needs to happen before ChildrenChanged
911 if (m_uncommittedChanges & BackgroundColorChanged) // Needs to happen before ChildrenChanged, and after updating image or video
914 if (m_uncommittedChanges & ChildrenChanged)
917 if (m_uncommittedChanges & PositionChanged
    [all...]
GraphicsLayerCA.h 388 LayerChangeFlags m_uncommittedChanges;

Completed in 1904 milliseconds