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

  /external/chromium_org/third_party/WebKit/Source/core/timing/
MemoryInfo.cpp 48 : m_lastUpdateTime(0)
66 if (now - m_lastUpdateTime >= TwentyMinutesInSeconds) {
68 m_lastUpdateTime = now;
80 double m_lastUpdateTime;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.h 169 mutable double m_lastUpdateTime;

Completed in 45 milliseconds