HomeSort by relevance Sort by last modified time
    Searched refs:fired (Results 1 - 25 of 43) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateTaskTimer.h 41 void fired();
MediaPlayerPrivateTaskTimer.cpp 60 void MediaPlayerPrivateTaskTimer::fired() function in class:WebCore::MediaPlayerPrivateTaskTimer
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceResponse.h 48 void setResponseFired(bool fired) { m_responseFired = fired; }
  /external/webkit/Source/WebCore/page/
SuspendableTimer.h 48 virtual void fired() = 0;
DOMTimer.h 59 virtual void fired();
  /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
ThreadTimers.cpp 42 // Timers are created, started and fired on the same thread, and each thread has its own ThreadTimers
111 // Once the timer has been fired, it may be deleted, so do nothing else with it after this point.
112 timer->fired();
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.h 62 virtual void fired();
XMLHttpRequestProgressEventThrottle.cpp 109 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); } function in class:WebKit::DragScrollTimer
DragScrollTimer.cpp 56 : m_timer(this, &DragScrollTimer::fired)
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 1 description('Tests for a crash where an event is fired after the page has been navigated away when the original page is in the page cache.');
no-page-cache.js 13 debug('resources/cached-page-1.html onload fired, count = ' + pageOneOnloadCount);
  /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/WebKit/android/plugins/
PluginTimer.h 54 virtual void fired();
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/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
no-page-cache.js 13 debug('resources/cached-page-1.html onload fired, count = ' + pageOneOnloadCount);
  /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/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/cf/
RunLoopTimerCF.cpp 45 timer->fired();
  /external/webkit/Source/WebKit2/Platform/mac/
RunLoopMac.mm 106 timer->fired();
109 timer->fired();
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
no-page-cache.js 13 debug('resources/cached-page-1.html fired, count = ' + pageOneOnloadCount);
  /external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp 112 virtual void fired();
156 void DNSResolveQueue::fired() function in class:WebCore::DNSResolveQueue
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 107 timer->fired();

Completed in 1421 milliseconds

1 2