/external/chromium_org/net/quic/ |
quic_connection_helper_test.cc | 25 bool fired() const { return fired_; } function in class:net::test::__anon12008::TestDelegate 67 EXPECT_TRUE(delegate->fired()); 85 EXPECT_FALSE(delegate->fired()); 105 EXPECT_FALSE(delegate->fired()); 112 EXPECT_TRUE(delegate->fired()); 131 EXPECT_TRUE(delegate->fired()); 141 EXPECT_FALSE(delegate->fired());
|
/external/chromium_org/net/tools/quic/ |
quic_epoll_connection_helper_test.cc | 27 bool fired() const { return fired_; } function in class:net::tools::test::__anon12277::TestDelegate 81 EXPECT_FALSE(delegate->fired()); 98 EXPECT_FALSE(delegate->fired()); 103 EXPECT_TRUE(delegate->fired());
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
DOMWindowEventQueue.cpp | 46 virtual void fired() { m_eventQueue->pendingEventTimerFired(); } function in class:WebCore::DOMWindowEventQueueTimer
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequestProgressEventThrottle.cpp | 159 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
AsyncMethodRunner.h | 48 : m_timer(this, &AsyncMethodRunner<TargetClass>::fired) 119 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); } function in class:WebCore::FINAL
|
Timer.h | 68 virtual void fired() = 0; 117 virtual void fired() { (m_object->*m_function)(this); } function in class:WebCore::Timer 159 virtual void fired() function in class:WebCore::DeferrableOneShotTimer
|
/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/chromium_org/third_party/WebKit/Source/core/frame/ |
DOMTimer.cpp | 111 void DOMTimer::fired() function in class:WebCore::DOMTimer
|
DOMWindow.cpp | 135 virtual void fired() function in class:WebCore::PostMessageTimer [all...] |
/external/chromium_org/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/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/chromium_org/base/synchronization/ |
waitable_event_posix.cc | 83 // 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/third_party/sqlite/src/src/ |
test_thread.c | 407 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/ |
stack-traces.js | 307 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/ |
RenderText.cpp | 85 virtual void fired() function in class:WebCore::SecureTextTimer [all...] |