Searched refs:TimerBase (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/WebKit2/Platform/gtk/
H A DRunLoopGtk.cpp84 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) function in class:RunLoop::TimerBase
90 RunLoop::TimerBase::~TimerBase()
95 void RunLoop::TimerBase::clearTimerSource()
100 void RunLoop::TimerBase::destroyNotifyCallback(RunLoop::TimerBase* timer)
105 gboolean RunLoop::TimerBase::timerFiredCallback(RunLoop::TimerBase* timer)
111 void RunLoop::TimerBase
[all...]
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp55 RunLoop::TimerBase::timerFired(m_runLoop, event->timerId());
90 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, int ID)
94 TimerBase* timer = it->second;
106 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) function in class:RunLoop::TimerBase
113 RunLoop::TimerBase::~TimerBase()
118 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat)
128 void RunLoop::TimerBase::stop()
141 bool RunLoop::TimerBase
[all...]
/external/webkit/Source/WebCore/platform/
H A DThreadTimers.h37 class TimerBase;
48 Vector<TimerBase*>& timerHeap() { return m_timerHeap; }
59 Vector<TimerBase*> m_timerHeap;
H A DTimer.h38 class TimerBase { class in namespace:WebCore
39 WTF_MAKE_NONCOPYABLE(TimerBase); WTF_MAKE_FAST_ALLOCATED;
41 TimerBase();
42 virtual ~TimerBase();
92 template <typename TimerFiredClass> class Timer : public TimerBase {
106 inline bool TimerBase::isActive() const
H A DTimer.cpp51 static Vector<TimerBase*>& timerHeap()
71 TimerBase* timer() const { return m_timer; }
83 TimerBase* m_timer;
93 TimerBase* t = o.timer();
121 // Returns TimerHeapElement for elements in the heap rather than the TimerBase pointers themselves.
163 TimerBase::TimerBase()
173 TimerBase::~TimerBase()
179 void TimerBase
[all...]
H A DThreadTimers.cpp104 TimerBase* timer = m_timerHeap.first();
/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateTaskTimer.h33 class MediaPlayerPrivateTaskTimer : TimerBase {
/external/webkit/Source/WebKit2/Platform/mac/
H A DRunLoopMac.mm98 void RunLoop::TimerBase::timerFired(CFRunLoopTimerRef, void* context)
100 TimerBase* timer = static_cast<TimerBase*>(context);
112 RunLoop::TimerBase::TimerBase(RunLoop* runLoop)
118 RunLoop::TimerBase::~TimerBase()
123 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat)
134 void RunLoop::TimerBase::stop()
144 bool RunLoop::TimerBase
[all...]
/external/webkit/Source/WebCore/page/
H A DSuspendableTimer.cpp56 TimerBase::stop();
69 TimerBase::stop();
H A DSuspendableTimer.h35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {
H A DChrome.cpp215 TimerBase::fireTimersInNestedEventLoop();
H A DDOMWindow.cpp121 class PostMessageTimer : public TimerBase {
/external/webkit/Source/WebKit2/Platform/win/
H A DRunLoopWin.cpp64 RunLoop::TimerBase::timerFired(this, wParam);
165 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, uint64_t ID)
173 TimerBase* timer = it->second;
189 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) function in class:RunLoop::TimerBase
196 RunLoop::TimerBase::~TimerBase()
201 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat)
208 void RunLoop::TimerBase::stop()
218 bool RunLoop::TimerBase
[all...]
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h71 class TimerBase { class in class:RunLoop
74 TimerBase(RunLoop*);
75 virtual ~TimerBase();
102 static gboolean timerFiredCallback(RunLoop::TimerBase*);
103 static void destroyNotifyCallback(RunLoop::TimerBase*);
112 class Timer : public TimerBase {
117 : TimerBase(runLoop)
148 typedef HashMap<uint64_t, TimerBase*> TimerMap;
155 typedef HashMap<int, TimerBase*> TimerMap;
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.h46 class XMLHttpRequestProgressEventThrottle : public TimerBase {
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.h39 class PluginTimer : public TimerBase, public RefCounted<PluginTimer> {
53 // override from TimerBase
/external/webkit/Source/WebCore/platform/network/cf/
H A DDNSCFNet.cpp102 class DNSResolveQueue : public TimerBase {
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp57 class PurgeScratchBufferTimer : public TimerBase {
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp344 TimerBase::fireTimersInNestedEventLoop();
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp54 class PurgeScratchBufferTimer : public TimerBase {
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.h72 class TimerBase;
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.h356 class WebGLRenderingContextRestoreTimer : public TimerBase {
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp1032 class ChromeClientCallbackTimer: public TimerBase {
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.cpp414 TimerBase::fireTimersInNestedEventLoop();
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp61 class SecureTextTimer : public TimerBase {

Completed in 489 milliseconds

12