Searched refs:repeatInterval (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Timer.h | 46 void start(double nextFireInterval, double repeatInterval, const TraceLocation&); 48 void startRepeating(double repeatInterval, const TraceLocation& caller) in startRepeating() argument 50 start(repeatInterval, repeatInterval, caller); in startRepeating() 63 double repeatInterval() const { return m_repeatInterval; } in repeatInterval() function
|
D | ThreadTimers.cpp | 129 double interval = timer.repeatInterval(); in sharedTimerFiredInternal()
|
D | Timer.cpp | 204 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start() argument 209 m_repeatInterval = repeatInterval; in start()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMTimer.cpp | 134 if (repeatInterval() && repeatInterval() < minimumInterval) { in fired() 137 augmentRepeatInterval(minimumInterval - repeatInterval()); in fired() 140 … m_timeoutID = %d, repeatInterval = %f, m_action = %p", m_timeoutID, repeatInterval(), m_action.ge… in fired()
|
D | SuspendableTimer.cpp | 66 m_repeatInterval = repeatInterval(); in suspend()
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | repeating_button.js | 167 get repeatInterval() { getter in RepeatingButton 175 set repeatInterval(delay) { setter in RepeatingButton
|