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

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateTaskTimer.cpp 60 void MediaPlayerPrivateTaskTimer::fired() function in class:WebCore::MediaPlayerPrivateTaskTimer
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); } function in class:WebKit::DragScrollTimer
  /external/webkit/Source/WebCore/platform/
RunLoopTimer.h 56 virtual void fired() = 0;
71 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::RunLoopTimer
Timer.h 61 virtual void fired() = 0;
100 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::Timer
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 109 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /external/webkit/Source/WebKit/android/plugins/
PluginTimer.cpp 66 void PluginTimer::fired() function in class:WebCore::PluginTimer
127 // the plugin can call us while we are in the fired() method,
  /external/chromium/third_party/libevent/test/
bench.c 61 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/
EventQueue.cpp 54 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/WebCore/page/
DOMTimer.cpp 92 // or if it is a one-time timer and it has fired (DOMTimer::fired).
113 void DOMTimer::fired() function in class:WebCore::DOMTimer
DOMWindow.cpp 141 virtual void fired() function in class:WebCore::PostMessageTimer
    [all...]
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 112 virtual void fired();
156 void DNSResolveQueue::fired() function in class:WebCore::DNSResolveQueue
  /external/chromium/base/synchronization/
waitable_event_posix.cc 80 // 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/
ContextShadowCairo.cpp 56 virtual void fired() { purgeScratchBuffer(); } function in class:WebCore::PurgeScratchBufferTimer
  /external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp 59 virtual void fired() { purgeScratchBuffer(); } function in class:WebCore::PurgeScratchBufferTimer
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 83 virtual void fired() = 0;
124 virtual void fired() { (m_object->*m_function)(); } function in class:RunLoop::Timer
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 1040 virtual void fired() function in class:WebCore::ChromeClientCallbackTimer
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 1191 void WindowCloseTimer::fired() function in class:WindowCloseTimer
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 78 virtual void fired() function in class:WebCore::SecureTextTimer
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 329 void WebGLRenderingContext::WebGLRenderingContextRestoreTimer::fired() function in class:WebCore::__anon17759::WebGLRenderingContext::WebGLRenderingContextRestoreTimer
    [all...]

Completed in 3663 milliseconds