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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Timer.h 45 void start(double nextFireInterval, double repeatInterval);
47 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); }
55 double repeatInterval() const { return m_repeatInterval; }
ThreadTimers.cpp 130 double interval = timer->repeatInterval();
Timer.cpp 207 void TimerBase::start(double nextFireInterval, double repeatInterval)
211 m_repeatInterval = repeatInterval;
  /external/chromium_org/third_party/WebKit/Source/core/page/
SuspendableTimer.cpp 66 m_repeatInterval = repeatInterval();
DOMTimer.cpp 124 if (repeatInterval() && repeatInterval() < minimumInterval) {
127 augmentRepeatInterval(minimumInterval - repeatInterval());
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 398 : maxTriggerTime(nowElapsed, whenElapsed, a.repeatInterval);
401 a.repeatInterval, a.operation, batch.standalone, doValidate, a.workSource);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBproto.h 174 CARD16 repeatInterval B16;
215 CARD16 repeatInterval B16;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 174 CARD16 repeatInterval B16;
215 CARD16 repeatInterval B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBproto.h 174 CARD16 repeatInterval B16;
215 CARD16 repeatInterval B16;

Completed in 132 milliseconds