Home
last modified time | relevance | path

Searched refs:m_documentOrderIndexesDirty (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/animation/
DSMILTimeContainer.h62 void setDocumentOrderIndexesDirty() { m_documentOrderIndexesDirty = true; } in setDocumentOrderIndexesDirty()
86 bool m_documentOrderIndexesDirty; variable
DSMILTimeContainer.cpp50 , m_documentOrderIndexesDirty(false) in SMILTimeContainer()
152 m_documentOrderIndexesDirty = false; in updateDocumentOrderIndexes()
174 if (m_documentOrderIndexesDirty) in sortByPriority()