Home
last modified time | relevance | path

Searched refs:fired (Results 1 – 25 of 91) sorted by relevance

1234

/external/chromium/third_party/libevent/test/
Dbench.c61 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/
DResourceResponse.h48 void setResponseFired(bool fired) { m_responseFired = fired; } in setResponseFired() argument
/external/webkit/Source/WebCore/platform/
DRunLoopTimer.h56 virtual void fired() = 0;
71 virtual void fired() { (m_object->*m_function)(this); } in fired() function
DTimer.h61 virtual void fired() = 0;
100 virtual void fired() { (m_object->*m_function)(this); } in fired() function
DThreadTimers.cpp112 timer->fired(); in sharedTimerFiredInternal()
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/
Dno-page-cache-expected.txt7 resources/cached-page-1.html onload fired, count = 1
10 resources/cached-page-1.html onload fired, count = 2
Devent-after-navigation-expected.txt1 Tests for a crash where an event is fired after the page has been navigated away when the original …
Dno-synchronous-events-expected.txt1 Tests that events are never fired sycnhronously from a call to window.addEventListener().
/external/webkit/LayoutTests/fast/dom/DeviceMotion/
Dno-page-cache-expected.txt7 resources/cached-page-1.html onload fired, count = 1
10 resources/cached-page-1.html onload fired, count = 2
/external/chromium/base/synchronization/
Dwaitable_event_posix.cc124 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/
Dno-page-cache-expected.txt9 resources/cached-page-1.html fired, count = 1
12 resources/cached-page-1.html fired, count = 2
/external/webkit/LayoutTests/storage/indexeddb/
Dtransaction-basics-expected.txt69 PASS complete event fired
71 PASS complete event fired
72 PASS oncomplete event had fired
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h83 virtual void fired() = 0;
124 virtual void fired() { (m_object->*m_function)(); } in fired() function
/external/webkit/Source/WebCore/platform/network/cf/
DDNSCFNet.cpp112 virtual void fired();
156 void DNSResolveQueue::fired() in fired() function in WebCore::DNSResolveQueue
/external/webkit/LayoutTests/http/tests/appcache/
Ddeferred-events-expected.txt1 Test that AppicationCache events are deferred until after onload has been fired.
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateTaskTimer.h41 void fired();
DMediaPlayerPrivateTaskTimer.cpp60 void MediaPlayerPrivateTaskTimer::fired() in fired() function in WebCore::MediaPlayerPrivateTaskTimer
/external/webkit/Source/WebCore/page/
DSuspendableTimer.h48 virtual void fired() = 0;
DDOMTimer.h59 virtual void fired();
/external/webkit/Source/WebKit/chromium/src/
DDragScrollTimer.h51 void fired(WebCore::Timer<DragScrollTimer>*) { update(); } in fired() function
/external/webkit/Source/WebCore/xml/
DXMLHttpRequestProgressEventThrottle.h62 virtual void fired();
/external/quake/quake/src/QW/progs/
Dtriggers.qc102 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/
DRunLoopTimerCF.cpp45 timer->fired(); in timerFired()
/external/webkit/Source/WebKit/android/plugins/
DPluginTimer.h54 virtual void fired();
/external/webkit/Source/WebKit2/Platform/mac/
DRunLoopMac.mm106 timer->fired();
109 timer->fired();

1234