Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.h69 void setDocumentOrderIndexesDirty() { m_documentOrderIndexesDirty = true; } in setDocumentOrderIndexesDirty()
110 bool m_documentOrderIndexesDirty; variable
DSMILTimeContainer.cpp59 , m_documentOrderIndexesDirty(false) in SMILTimeContainer()
304 m_documentOrderIndexesDirty = false; in updateDocumentOrderIndexes()
381 if (m_documentOrderIndexesDirty) in updateAnimations()