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

  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.h 48 void start(double nextFireInterval, double repeatInterval, const TraceLocation&);
50 void startRepeating(double repeatInterval, const TraceLocation& caller)
52 start(repeatInterval, repeatInterval, caller);
65 double repeatInterval() const { return m_repeatInterval; }
ThreadTimers.cpp 130 double interval = timer.repeatInterval();
Timer.cpp 206 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller)
211 m_repeatInterval = repeatInterval;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 66 m_repeatInterval = repeatInterval();
DOMTimer.cpp 131 if (repeatInterval() && repeatInterval() < minimumInterval) {
134 augmentRepeatInterval(minimumInterval - repeatInterval());
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 518 : maxTriggerTime(nowElapsed, whenElapsed, a.repeatInterval);
521 a.repeatInterval, a.operation, batch.standalone, doValidate, a.workSource,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/sysroot/usr/include/X11/extensions/
XKBproto.h 174 CARD16 repeatInterval B16;
215 CARD16 repeatInterval B16;

Completed in 586 milliseconds