/external/webkit/Source/WebKit2/Platform/gtk/ |
D | RunLoopGtk.cpp | 84 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase() function in RunLoop::TimerBase 90 RunLoop::TimerBase::~TimerBase() in ~TimerBase() 95 void RunLoop::TimerBase::clearTimerSource() in clearTimerSource() 100 void RunLoop::TimerBase::destroyNotifyCallback(RunLoop::TimerBase* timer) in destroyNotifyCallback() 105 gboolean RunLoop::TimerBase::timerFiredCallback(RunLoop::TimerBase* timer) in timerFiredCallback() 111 void RunLoop::TimerBase::start(double fireInterval, bool repeat) in start() 118 …g_source_set_callback(m_timerSource.get(), reinterpret_cast<GSourceFunc>(&RunLoop::TimerBase::time… in start() 119 … reinterpret_cast<GDestroyNotify>(&RunLoop::TimerBase::destroyNotifyCallback)); in start() 123 void RunLoop::TimerBase::stop() in stop() 132 bool RunLoop::TimerBase::isActive() const in isActive()
|
/external/webkit/Source/WebCore/platform/ |
D | Timer.cpp | 51 static Vector<TimerBase*>& timerHeap() in timerHeap() 71 TimerBase* timer() const { return m_timer; } in timer() 83 TimerBase* m_timer; 93 TimerBase* t = o.timer(); in operator =() 163 TimerBase::TimerBase() in TimerBase() function in WebCore::TimerBase 173 TimerBase::~TimerBase() in ~TimerBase() 179 void TimerBase::start(double nextFireInterval, double repeatInterval) in start() 187 void TimerBase::stop() in stop() 199 double TimerBase::nextFireInterval() const in nextFireInterval() 208 inline void TimerBase::checkHeapIndex() const in checkHeapIndex() [all …]
|
D | Timer.h | 38 class TimerBase { 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 in isActive()
|
D | ThreadTimers.h | 37 class TimerBase; variable 48 Vector<TimerBase*>& timerHeap() { return m_timerHeap; } in timerHeap() 59 Vector<TimerBase*> m_timerHeap;
|
D | ThreadTimers.cpp | 104 TimerBase* timer = m_timerHeap.first(); in sharedTimerFiredInternal()
|
/external/webkit/Source/WebKit2/Platform/qt/ |
D | RunLoopQt.cpp | 55 RunLoop::TimerBase::timerFired(m_runLoop, event->timerId()); in timerEvent() 90 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, int ID) in timerFired() 94 TimerBase* timer = it->second; in timerFired() 106 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase() function in RunLoop::TimerBase 113 RunLoop::TimerBase::~TimerBase() in ~TimerBase() 118 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat) in start() 128 void RunLoop::TimerBase::stop() in stop() 141 bool RunLoop::TimerBase::isActive() const in isActive()
|
/external/webkit/Source/WebKit2/Platform/ |
D | RunLoop.h | 71 class TimerBase { 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) in Timer() 148 typedef HashMap<uint64_t, TimerBase*> TimerMap; 155 typedef HashMap<int, TimerBase*> TimerMap;
|
/external/webkit/Source/WebKit2/Platform/win/ |
D | RunLoopWin.cpp | 64 RunLoop::TimerBase::timerFired(this, wParam); in wndProc() 165 void RunLoop::TimerBase::timerFired(RunLoop* runLoop, uint64_t ID) in timerFired() 173 TimerBase* timer = it->second; in timerFired() 189 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) in TimerBase() function in RunLoop::TimerBase 196 RunLoop::TimerBase::~TimerBase() in ~TimerBase() 201 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat) in start() 208 void RunLoop::TimerBase::stop() in stop() 218 bool RunLoop::TimerBase::isActive() const in isActive()
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | RunLoopMac.mm | 98 void RunLoop::TimerBase::timerFired(CFRunLoopTimerRef, void* context) 100 TimerBase* timer = static_cast<TimerBase*>(context); 112 RunLoop::TimerBase::TimerBase(RunLoop* runLoop) function 118 RunLoop::TimerBase::~TimerBase() function 123 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat) 134 void RunLoop::TimerBase::stop() 144 bool RunLoop::TimerBase::isActive() const
|
/external/webkit/Source/WebCore/page/ |
D | SuspendableTimer.cpp | 56 TimerBase::stop(); in stop() 69 TimerBase::stop(); in suspend()
|
D | SuspendableTimer.h | 35 class SuspendableTimer : public TimerBase, public ActiveDOMObject {
|
D | Chrome.cpp | 215 TimerBase::fireTimersInNestedEventLoop(); in runModal()
|
D | DOMWindow.cpp | 121 class PostMessageTimer : public TimerBase {
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateTaskTimer.h | 33 class MediaPlayerPrivateTaskTimer : TimerBase {
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequestProgressEventThrottle.h | 46 class XMLHttpRequestProgressEventThrottle : public TimerBase {
|
/external/webkit/Source/WebKit/android/plugins/ |
D | PluginTimer.h | 39 class PluginTimer : public TimerBase, public RefCounted<PluginTimer> {
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | DNSCFNet.cpp | 102 class DNSResolveQueue : public TimerBase {
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetRenderingContext.cpp | 57 class PurgeScratchBufferTimer : public TimerBase {
|
/external/webkit/Source/WebCore/bindings/js/ |
D | ScriptDebugServer.cpp | 344 TimerBase::fireTimersInNestedEventLoop(); in pauseIfNeeded()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 54 class PurgeScratchBufferTimer : public TimerBase {
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.h | 72 class TimerBase; variable
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 414 TimerBase::fireTimersInNestedEventLoop(); in runJavaScriptPrompt()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.h | 356 class WebGLRenderingContextRestoreTimer : public TimerBase {
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheGroup.cpp | 1032 class ChromeClientCallbackTimer: public TimerBase {
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderText.cpp | 61 class SecureTextTimer : public TimerBase {
|