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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomEvent.cpp 51 if (dispatched())
CompositionEvent.cpp 63 if (dispatched())
MutationEvent.cpp 57 if (dispatched())
OverflowEvent.cpp 81 if (dispatched())
HashChangeEvent.h 57 if (dispatched())
UIEvent.cpp 64 if (dispatched())
MessageEvent.cpp 118 if (dispatched())
132 if (dispatched())
TextEvent.cpp 97 if (dispatched())
TouchEvent.cpp 67 if (dispatched())
Event.cpp 94 if (dispatched())
Event.h 174 bool dispatched() const { return m_target; } function in class:WebCore::Event
GestureEvent.cpp 69 if (dispatched())
KeyboardEvent.cpp 145 if (dispatched())
WheelEvent.cpp 74 if (dispatched())
MouseEvent.cpp 144 if (dispatched())
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.cpp 53 if (dispatched())
DeviceMotionEvent.cpp 55 if (dispatched())
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.cpp 86 if (dispatched())
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 248 boolean dispatched = false;
253 dispatched = true;
260 if (!dispatched && !(event instanceof DeadEvent)) {
270 * so they can be dispatched in the same order.
277 * Drain the queue of events to be dispatched. As the queue is being drained,
282 // and out-of-order events. Instead, leave the events to be dispatched
  /external/oprofile/events/i386/westmere/
events 22 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:2000000 name:LOAD_DISPATCH : All loads dispatched
unit_masks 188 0x01 rs Loads dispatched that bypass the MOB
189 0x02 rs_delayed Loads dispatched from stage 305
190 0x04 mob Loads dispatched from the MOB
191 0x07 any All loads dispatched
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/
progress_event_listener.js 156 // Check that the right number of 'error' events were dispatched.
160 // Check that the right number of 'abort' events were dispatched.
164 // Check that the right number of 'load' events were dispatched.
  /external/chromium_org/chrome/renderer/resources/extensions/
web_request_internal_custom_bindings.js 18 // browser process, so that only it is dispatched when the main event occurs
56 // Registers a callback to be called when this event is dispatched. If
platform_app.js 110 // the object that it's dispatched on doesn't exist yet), but we can instead
event.js 43 // A map of functions that massage event arguments before they are dispatched.
253 // Registers a callback to be called when this event is dispatched.

Completed in 231 milliseconds

1 2