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

  /external/webkit/Source/WebCore/page/
SuspendableTimer.cpp 28 #include "SuspendableTimer.h"
34 SuspendableTimer::SuspendableTimer(ScriptExecutionContext* context)
45 SuspendableTimer::~SuspendableTimer()
49 bool SuspendableTimer::hasPendingActivity() const
54 void SuspendableTimer::stop()
59 void SuspendableTimer::suspend(ReasonForSuspension)
73 void SuspendableTimer::resume()
83 bool SuspendableTimer::canSuspend() cons
    [all...]
SuspendableTimer.h 35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {
37 explicit SuspendableTimer(ScriptExecutionContext*);
38 virtual ~SuspendableTimer();

Completed in 65 milliseconds