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 128 void invalidate() const { m_needsUpdate = true; };
168 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 459 bool m_needsUpdate;
    [all...]
WebGLRenderingContextBase.cpp 610 m_needsUpdate = true;
    [all...]

Completed in 1265 milliseconds