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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 123 void invalidate() const { m_needsUpdate = true; };
163 mutable bool m_needsUpdate;
AnimationNode.cpp 60 , m_needsUpdate(true)
101 bool needsUpdate = m_needsUpdate || (m_lastUpdateTime != inheritedTime && !(isNull(m_lastUpdateTime) && isNull(inheritedTime)));
102 m_needsUpdate = false;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 416 bool m_needsUpdate;
    [all...]
WebGLRenderingContextBase.cpp 558 m_needsUpdate = true;
906 if (m_needsUpdate) {
910 m_needsUpdate = false;
    [all...]

Completed in 70 milliseconds