HomeSort by relevance Sort by last modified time
    Searched full:m_interval (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
WidthCache.h 117 : m_interval(s_maxInterval)
118 , m_countdown(m_interval)
177 m_interval = s_minInterval;
182 if (m_interval < s_maxInterval)
183 ++m_interval;
184 m_countdown = m_interval;
201 int m_interval; member in class:WebCore::WidthCache
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionData.cpp 98 , m_interval(0)
108 , m_interval(interval)
DeviceMotionData.h 99 double interval() const { return m_interval; }
112 double m_interval; member in class:WebCore::DeviceMotionData

Completed in 57 milliseconds