Searched defs:SuspendableTimer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DSuspendableTimer.cpp28 #include "core/frame/SuspendableTimer.h"
32 SuspendableTimer::SuspendableTimer(ExecutionContext* context) function in class:blink::SuspendableTimer
43 SuspendableTimer::~SuspendableTimer()
47 bool SuspendableTimer::hasPendingActivity() const
52 void SuspendableTimer::stop()
57 void SuspendableTimer::suspend()
71 void SuspendableTimer::resume()
H A DSuspendableTimer.h35 class SuspendableTimer : public TimerBase, public ActiveDOMObject { class in namespace:blink
37 explicit SuspendableTimer(ExecutionContext*);
38 virtual ~SuspendableTimer();

Completed in 161 milliseconds