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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.h 47 virtual void fired() = 0;
DOMTimer.h 69 virtual void fired();
DOMTimer.cpp 111 void DOMTimer::fired() function in class:WebCore::DOMTimer
  /external/chromium_org/net/quic/
quic_connection_helper_test.cc 25 bool fired() const { return fired_; } function in class:net::test::__anon9292::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/third_party/WebKit/Source/platform/
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
AsyncMethodRunner.h 48 : m_timer(this, &AsyncMethodRunner<TargetClass>::fired)
119 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); } function in class:WebCore::FINAL
ThreadTimers.cpp 46 // Timers are created, started and fired on the same thread, and each thread has its own ThreadTimers
133 // Once the timer has been fired, it may be deleted, so do nothing else with it after this point.
134 timer->fired();
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEventThrottle.h 64 virtual void fired();
XMLHttpRequestProgressEventThrottle.cpp 159 void XMLHttpRequestProgressEventThrottle::fired() function in class:WebCore::XMLHttpRequestProgressEventThrottle
  /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/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/net/tools/quic/
quic_epoll_connection_helper_test.cc 27 bool fired() const { return fired_; } function in class:net::tools::test::__anon9561::TestDelegate
81 EXPECT_FALSE(delegate->fired());
98 EXPECT_FALSE(delegate->fired());
103 EXPECT_TRUE(delegate->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/WebKit/Source/core/events/
DOMWindowEventQueue.cpp 46 virtual void fired() { m_eventQueue->pendingEventTimerFired(); } function in class:WebCore::DOMWindowEventQueueTimer
  /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/chrome_frame/
CFInstance.js 493 // mainly for Opera 8.5, won't be fired if DOMContentLoaded fired already.
592 this.fired = -1;
618 if (this.fired == -1) {
624 if (this.fired == -1) {
638 (this.fired == 0) &&
656 this.fired = res instanceof Error ? 1 : 0;
657 this.results[this.fired] = res;
667 if (this.fired != -1) {
757 if (this.fired >= 0)
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.js 31 // Return true if the event_name fired for media satisfying the selector.
  /external/chromium_org/v8/test/webkit/
dfg-proto-stub-watchpoint-fire.js 25 "Tests that we don't crash if a watchpoint on prototype access stubs is fired."
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 183 * Listen for the DOM content to be loaded. This event is fired when parsing of
194 // It's possible that the Native Client module onload event fired
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 63 * of "active" states. No events are fired upon idle.
  /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/content/test/data/indexeddb/
cursor_prefetch.js 193 debug("Other request fired before continue, as expected.");
195 debug("Other request fired out-of-order!");
212 debug("Other request fired right after continue as expected.");
  /external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
popup.js 38 * When clicking on a bookmark in the extension, a new tab is fired with
  /external/chromium_org/ui/webui/resources/js/
util.js 328 * a timer and emulate the event if it is not fired when the timer expires.
334 var fired = false;
337 fired = true;
340 if (!fired)

Completed in 505 milliseconds

1 2 3