Home
last modified time | relevance | path

Searched defs:repeatInterval (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/webui/resources/js/cr/ui/
Drepeating_button.js167 get repeatInterval() { getter in RepeatingButton
175 set repeatInterval(delay) { setter in RepeatingButton
/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.h48 void startRepeating(double repeatInterval, const TraceLocation& caller) in startRepeating()
63 double repeatInterval() const { return m_repeatInterval; } in repeatInterval() function
DTimer.cpp204 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start()