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

/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/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentEventQueue.cpp46 virtual void fired() { m_eventQueue->pendingEventTimerFired(); } function in class:WebCore::DocumentEventQueueTimer
86 // Per the W3C CSSOM View Module, scroll events fired at the document should bubble, others should not.
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestProgressEventThrottle.cpp153 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
/external/chromium_org/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/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMTimer.cpp112 void DOMTimer::fired() function in class:WebCore::DOMTimer
H A DDOMWindow.cpp128 virtual void fired() function in class:WebCore::PostMessageTimer
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DTimer.h67 virtual void fired() = 0;
115 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::Timer
155 virtual void fired() function in class:WebCore::DeferrableOneShotTimer
/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/chromium_org/base/synchronization/
H A Dwaitable_event_posix.cc83 // variable and the fired flag in this object.
127 bool fired() const { function in class:base::SyncWaiter
189 if (sw.fired() || (finite_time && current_time >= end_time)) {
190 const bool return_value = sw.fired();
193 // of locking order), however, in between the two a signal could be fired
270 if (sw.fired())
277 // The address of the WaitableEvent which fired is stored in the SyncWaiter.
279 // This will store the index of the raw_waitables which fired.
/external/chromium_org/net/quic/
H A Dquic_connection_helper_test.cc37 bool fired() const { return fired_; } function in class:net::test::TestDelegate
253 EXPECT_TRUE(delegate->fired());
271 EXPECT_FALSE(delegate->fired());
291 EXPECT_FALSE(delegate->fired());
298 EXPECT_TRUE(delegate->fired());
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_thread.c407 int fired; /* True after unlock event has occured */ member in struct:UnlockNotification
420 p->fired = 1;
445 un.fired = 0;
463 if( !un.fired ){
/external/chromium_org/v8/test/mjsunit/
H A Dstack-traces.js307 var fired = false; variable
308 error = new Error({ toString: function() { fired = true; } });
309 assertTrue(fired);
311 assertTrue(fired);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp84 virtual void fired() function in class:WebCore::SecureTextTimer

Completed in 336 milliseconds