/external/chromium/third_party/libevent/test/ |
D | bench.c | 61 static int count, writes, fired; variable 78 fired++; in read_cb() 97 fired = 0; in run_once() 100 for (i = 0; i < num_active; i++, fired++) in run_once() 110 } while (count != fired); in run_once()
|
/external/webkit/Source/WebCore/platform/network/curl/ |
D | ResourceResponse.h | 48 void setResponseFired(bool fired) { m_responseFired = fired; } in setResponseFired() argument
|
/external/webkit/Source/WebCore/platform/ |
D | RunLoopTimer.h | 56 virtual void fired() = 0; 71 virtual void fired() { (m_object->*m_function)(this); } in fired() function
|
D | Timer.h | 61 virtual void fired() = 0; 100 virtual void fired() { (m_object->*m_function)(this); } in fired() function
|
D | ThreadTimers.cpp | 112 timer->fired(); in sharedTimerFiredInternal()
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/ |
D | no-page-cache-expected.txt | 7 resources/cached-page-1.html onload fired, count = 1 10 resources/cached-page-1.html onload fired, count = 2
|
D | event-after-navigation-expected.txt | 1 Tests for a crash where an event is fired after the page has been navigated away when the original …
|
D | no-synchronous-events-expected.txt | 1 Tests that events are never fired sycnhronously from a call to window.addEventListener().
|
/external/webkit/LayoutTests/fast/dom/DeviceMotion/ |
D | no-page-cache-expected.txt | 7 resources/cached-page-1.html onload fired, count = 1 10 resources/cached-page-1.html onload fired, count = 2
|
/external/chromium/base/synchronization/ |
D | waitable_event_posix.cc | 124 bool fired() const { in fired() function in base::SyncWaiter 184 if (sw.fired() || (finite_time && current_time >= end_time)) { in TimedWait() 185 const bool return_value = sw.fired(); in TimedWait() 264 if (sw.fired()) in WaitMany()
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | no-page-cache-expected.txt | 9 resources/cached-page-1.html fired, count = 1 12 resources/cached-page-1.html fired, count = 2
|
/external/webkit/LayoutTests/storage/indexeddb/ |
D | transaction-basics-expected.txt | 69 PASS complete event fired 71 PASS complete event fired 72 PASS oncomplete event had fired
|
/external/webkit/Source/WebKit2/Platform/ |
D | RunLoop.h | 83 virtual void fired() = 0; 124 virtual void fired() { (m_object->*m_function)(); } in fired() function
|
/external/webkit/Source/WebCore/platform/network/cf/ |
D | DNSCFNet.cpp | 112 virtual void fired(); 156 void DNSResolveQueue::fired() in fired() function in WebCore::DNSResolveQueue
|
/external/webkit/LayoutTests/http/tests/appcache/ |
D | deferred-events-expected.txt | 1 Test that AppicationCache events are deferred until after onload has been fired.
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | MediaPlayerPrivateTaskTimer.h | 41 void fired();
|
D | MediaPlayerPrivateTaskTimer.cpp | 60 void MediaPlayerPrivateTaskTimer::fired() in fired() function in WebCore::MediaPlayerPrivateTaskTimer
|
/external/webkit/Source/WebCore/page/ |
D | SuspendableTimer.h | 48 virtual void fired() = 0;
|
D | DOMTimer.h | 59 virtual void fired();
|
/external/webkit/Source/WebKit/chromium/src/ |
D | DragScrollTimer.h | 51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); } in fired() function
|
/external/webkit/Source/WebCore/xml/ |
D | XMLHttpRequestProgressEventThrottle.h | 62 virtual void fired();
|
/external/quake/quake/src/QW/progs/ |
D | triggers.qc | 102 If notouch is set, the trigger is only fired by other entities, not by touching. 158 If notouch is set, the trigger is only fired by other entities, not by touching. 159 …arget" is set, any objects that have a matching "target" will be removed when the trigger is fired. 177 This fixed size trigger cannot be touched, it can only be fired by other events. It can contain ki… 384 return; // not fired yet 459 If the trigger_teleport has a targetname, it will only teleport entities when it has been fired.
|
/external/webkit/Source/WebCore/platform/cf/ |
D | RunLoopTimerCF.cpp | 45 timer->fired(); in timerFired()
|
/external/webkit/Source/WebKit/android/plugins/ |
D | PluginTimer.h | 54 virtual void fired();
|
/external/webkit/Source/WebKit2/Platform/mac/ |
D | RunLoopMac.mm | 106 timer->fired(); 109 timer->fired();
|