Searched defs:fired (Results 1 - 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateTaskTimer.cpp60 void MediaPlayerPrivateTaskTimer::fired() function in class:WebCore::MediaPlayerPrivateTaskTimer
/external/webkit/Source/WebCore/platform/
H A DRunLoopTimer.h56 virtual void fired() = 0;
71 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::RunLoopTimer
H A DTimer.h61 virtual void fired() = 0;
100 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::Timer
/external/webkit/Source/WebKit/chromium/src/
H A DDragScrollTimer.h51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); } function in class:WebKit::DragScrollTimer
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceResponse.h48 void setResponseFired(bool fired) { m_responseFired = fired; } argument
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp109 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
/external/chromium/third_party/libevent/test/
H A Dbench.c61 static int count, writes, fired; variable
78 fired++;
97 fired = 0;
100 for (i = 0; i < num_active; i++, fired++)
110 } while (count != fired);
/external/webkit/Source/WebCore/dom/
H A DEventQueue.cpp54 virtual void fired() { m_eventQueue->pendingEventTimerFired(); } function in class:WebCore::EventQueueTimer
84 // Per the W3C CSSOM View Module, scroll events fired at the document should bubble, others should not.
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.cpp66 void PluginTimer::fired() function in class:WebCore::PluginTimer
127 // the plugin can call us while we are in the fired() method,
/external/webkit/Source/WebCore/page/
H A DDOMTimer.cpp92 // or if it is a one-time timer and it has fired (DOMTimer::fired).
113 void DOMTimer::fired() function in class:WebCore::DOMTimer
H A DDOMWindow.cpp141 virtual void fired() function in class:WebCore::PostMessageTimer
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp59 virtual void fired() { purgeScratchBuffer(); } function in class:WebCore::PurgeScratchBufferTimer
/external/webkit/Source/WebCore/platform/network/cf/
H A DDNSCFNet.cpp112 virtual void fired();
156 void DNSResolveQueue::fired() function in class:WebCore::DNSResolveQueue
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h83 virtual void fired() = 0;
124 virtual void fired() { (m_object->*m_function)(); } function in class:RunLoop::Timer
/external/chromium/base/synchronization/
H A Dwaitable_event_posix.cc80 // variable and the fired flag in this object.
124 bool fired() const { function in class:base::SyncWaiter
184 if (sw.fired() || (finite_time && current_time >= end_time)) {
185 const bool return_value = sw.fired();
188 // of locking order), however, in between the two a signal could be fired
264 if (sw.fired())
271 // The address of the WaitableEvent which fired is stored in the SyncWaiter.
273 // This will store the index of the raw_waitables which fired.
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp56 virtual void fired() { purgeScratchBuffer(); } function in class:WebCore::PurgeScratchBufferTimer
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp1040 virtual void fired() function in class:WebCore::ChromeClientCallbackTimer
/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp78 virtual void fired() function in class:WebCore::SecureTextTimer
/external/webkit/Source/WebKit/win/
H A DWebView.cpp1156 virtual void fired();
1191 void WindowCloseTimer::fired() function in class:WindowCloseTimer
1468 // Once WM_MOUSELEAVE is fired windows clears this tracker
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp329 void WebGLRenderingContext::WebGLRenderingContextRestoreTimer::fired() function in class:WebCore::__anon14578::WebGLRenderingContext::WebGLRenderingContextRestoreTimer

Completed in 364 milliseconds