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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/page/
SuspendableTimer.h 48 virtual void fired() = 0;
DOMTimer.h 69 virtual void fired();
DOMTimer.cpp 112 void DOMTimer::fired() function in class:WebCore::DOMTimer
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Timer.h 67 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
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 62 virtual void fired();
XMLHttpRequestProgressEventThrottle.cpp 153 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/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/tools/telemetry/telemetry/page/actions/
media_action.js 31 // Return true if the event_name fired for media satisfying the selector.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentEventQueue.cpp 46 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/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/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/net/quic/
quic_connection_helper_test.cc 37 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/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/chrome/common/extensions/docs/server2/test_data/example_zipper/basic/
popup.js 38 * When clicking on a bookmark in the extension, a new tab is fired with
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 250 // Listen for the DOM content to be loaded. This event is fired when parsing of
260 // It's possible that the Native Client module onload event fired
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 64 * webkitTransitionEnd fired before real one, 250ms is used.
72 * a timer and emulate the event if it is not fired when the timer expires.
78 var fired = false;
81 fired = true;
84 if (!fired)
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_contents.js 9 * When filters are changed, a 'changed' event is fired.
204 * 'scan-failed' event will be fired upon completion.
606 * 'scan-failed' event will be fired upon completion.
745 * 'scan-failed' event will be fired upon completion.

Completed in 2169 milliseconds

1 2 3