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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/events/
CustomEvent.cpp 50 if (dispatched())
HashChangeEvent.h 56 if (dispatched())
MutationEvent.cpp 55 if (dispatched())
UIEvent.cpp 63 if (dispatched())
CompositionEvent.cpp 70 if (dispatched())
TextEvent.cpp 96 if (dispatched())
TouchEvent.cpp 65 if (dispatched())
MessageEvent.cpp 147 if (dispatched())
161 if (dispatched())
Event.cpp 94 if (dispatched())
Event.h 192 bool dispatched() const { return m_target; } function in class:WebCore::Event
KeyboardEvent.cpp 148 if (dispatched())
WheelEvent.cpp 85 if (dispatched())
MouseEvent.cpp 128 if (dispatched())
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.cpp 54 if (dispatched())
DeviceOrientationEvent.cpp 52 if (dispatched())
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.cpp 85 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
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 357 bool dispatched = false; local
370 dispatched = true;
374 if (!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/chrome/renderer/resources/extensions/
web_view_experimental.js 29 // event is caught by its event listener. The DOM event should be dispatched
31 // will be dispatched by default each time the extension event is caught.
63 // |viewInstanceId|. Any time a ContextMenusEvent is dispatched, we re-dispatch
web_request_internal_custom_bindings.js 23 // browser process, so that only it is dispatched when the main event occurs
62 // Registers a callback to be called when this event is dispatched. If
  /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/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 194 * @param {Event} e Event dispatched after loading.
209 * @param {Event} e Event dispatched after loading failure.
224 * @param {Event} e Event dispatched after the message was posted.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
user_event_detail.js 60 * ChromeVox (for example, inside the context menu) and then dispatched back to
163 * @return {!Event} A custom event object that can be dispatched to the page.

Completed in 340 milliseconds

1 2 3