HomeSort by relevance Sort by last modified time
    Searched defs:DOMTimer (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/page/
DOMTimer.cpp 28 #include "DOMTimer.h"
42 double DOMTimer::s_minTimerInterval = 0.010; // 10 milliseconds
46 DOMTimer::DOMTimer(ScriptExecutionContext* context, ScheduledAction* action, int timeout, bool singleShot)
79 DOMTimer::~DOMTimer()
85 int DOMTimer::install(ScriptExecutionContext* context, ScheduledAction* action, int timeout, bool singleShot)
87 // DOMTimer constructor links the new timer into a list of ActiveDOMObjects held by the 'context'.
88 // The timer is deleted when context is deleted (DOMTimer::contextDestroyed) or explicitly via DOMTimer::removeById()
    [all...]
DOMTimer.h 39 class DOMTimer : public TimerBase, public ActiveDOMObject {
41 virtual ~DOMTimer();
62 DOMTimer(ScriptExecutionContext*, ScheduledAction*, int timeout, bool singleShot);

Completed in 17 milliseconds