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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/events/
CustomEvent.cpp 48 if (dispatched())
CompositionEvent.cpp 67 if (dispatched())
HashChangeEvent.h 55 if (dispatched())
MutationEvent.cpp 53 if (dispatched())
UIEvent.cpp 60 if (dispatched())
TextEvent.cpp 93 if (dispatched())
TouchEvent.cpp 64 if (dispatched())
MessageEvent.cpp 140 if (dispatched())
154 if (dispatched())
Event.cpp 91 if (dispatched())
Event.h 194 bool dispatched() const { return m_target; } function in class:blink::Event
KeyboardEvent.cpp 140 if (dispatched())
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.cpp 50 if (dispatched())
DeviceMotionEvent.cpp 52 if (dispatched())
  /external/chromium_org/device/serial/
data_receiver.cc 27 // Returns whether it dispatched |error|.
88 : offset(offset), error(error), dispatched(false) {}
96 // Whether the error has been dispatched to the user.
97 bool dispatched; member in struct:device::DataReceiver::PendingError
127 if (pending_error_ && pending_error_->dispatched) {
283 DCHECK(!error->dispatched);
287 error->dispatched = true;
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.cpp 82 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/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/extensions/test/data/
serial_unittest.js 497 // dispatched once the connection is unpaused.
502 // data to ensure the queued data is dispatched when the connection is
521 // and dispatched once the connection is unpaused.
525 // error to ensure the queued error is dispatched when the connection is
589 // Test that a receive error from the service is correctly dispatched. This
595 // Test that a receive error from the service is correctly dispatched. This
601 // Test that a receive from error the service is correctly dispatched. This
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
liblouis.js 195 * @param {Event} e Event dispatched after loading.
210 * @param {Event} e Event dispatched after loading failure.
225 * @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.
  /external/chromium_org/extensions/renderer/resources/
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/chrome/renderer/resources/extensions/
chrome_web_view_experimental.js 33 // |viewInstanceId|. Any time a ContextMenusEvent is dispatched, we re-dispatch

Completed in 1878 milliseconds

1 2 3