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

1 2

  /packages/apps/Mms/src/org/w3c/dom/events/
Event.java 115 * The <code>initEvent</code> method is used to initialize the value of an
123 * <code>initEvent</code> method are modified, all other attributes are
137 public void initEvent(String eventTypeArg,
  /packages/apps/Mms/src/com/android/mms/dom/events/
EventImpl.java 74 public void initEvent(String eventTypeArg, boolean canBubbleArg,
82 public void initEvent(String eventTypeArg, boolean canBubbleArg, boolean cancelableArg,
85 initEvent(eventTypeArg, canBubbleArg, cancelableArg);
  /external/chromium_org/third_party/WebKit/Source/core/events/
CustomEvent.cpp 51 initEvent(type, canBubble, cancelable);
HashChangeEvent.h 58 initEvent(eventType, canBubble, cancelable);
MutationEvent.cpp 56 initEvent(type, canBubble, cancelable);
UIEvent.cpp 63 initEvent(typeArg, canBubbleArg, cancelableArg);
Event.idl 61 void initEvent([Default=Undefined] optional DOMString eventTypeArg,
MessageEvent.cpp 143 initEvent(type, canBubble, cancelable);
157 initEvent(type, canBubble, cancelable);
Event.cpp 89 void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool cancelableArg)
Event.h 110 void initEvent(const AtomicString& type, bool canBubble, bool cancelable);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.cpp 53 initEvent(type, bubbles, cancelable);
DeviceMotionEvent.cpp 55 initEvent(type, bubbles, cancelable);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
loop.js 34 endLoopEvent.initEvent('endLoop', false, false);
44 willLoopEvent.initEvent('willLoop', false, false);
play.js 29 willPlayEvent.initEvent('willPlay', false, false);
seek.js 42 willSeekEvent.initEvent('willSeek', false, false);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilParElementImpl.java 60 startEvent.initEvent(SMIL_SLIDE_START_EVENT, false, false);
68 endEvent.initEvent(SMIL_SLIDE_END_EVENT, false, false);
SmilDocumentImpl.java 227 startEvent.initEvent(SMIL_DOCUMENT_START_EVENT, false, false);
234 endEvent.initEvent(SMIL_DOCUMENT_END_EVENT, false, false);
SmilMediaElementImpl.java 47 event.initEvent(eventType, false, false);
61 event.initEvent(eventType, false, false, seekTo);
SmilPlayer.java 304 mMediaTimeUpdatedEvent.initEvent(MEDIA_TIME_UPDATED_EVENT, false, false);
  /external/chromium_org/third_party/WebKit/Source/core/storage/
StorageEvent.cpp 85 initEvent(type, canBubble, cancelable);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
SharedWorkerGlobalScope.cpp 49 event->initEvent(EventTypeNames::connect, false, false);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CustomEventCustom.cpp 90 event->initEvent(typeArg, canBubbleArg, cancelableArg);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
select_widget.js 58 evt.initEvent('change', false, false);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
api.js 172 event.initEvent('chromeVoxLoaded', true, false);
184 event.initEvent('chromeVoxUnloaded', true, false);
  /external/chromium_org/chrome/browser/resources/pdf/
pdf.js 541 e.initEvent('scriptingKeypress');

Completed in 1436 milliseconds

1 2