Searched refs:dispatchEvent (Results 1 - 25 of 270) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_browsertest.js34 inputField.dispatchEvent(createEnterKeyboardEvent('keydown'));
35 inputField.dispatchEvent(createEnterKeyboardEvent('keypress'));
36 inputField.dispatchEvent(createEnterKeyboardEvent('keyup'));
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dchrome_sync.js42 var dispatchEvent = function(name, details) {
45 chrome.sync.events.dispatchEvent(e);
50 * chrome.sync.dispatchEvent().
58 * chrome.sync.dispatchEvent().
117 dispatchEvent: dispatchEvent,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventTarget.idl34 [RaisesException] boolean dispatchEvent(Event event);
H A DFocusEvent.cpp81 bool FocusEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const function in class:blink::FocusEventDispatchMediator
84 return EventDispatchMediator::dispatchEvent(dispatcher);
97 bool BlurEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const function in class:blink::BlurEventDispatchMediator
100 return EventDispatchMediator::dispatchEvent(dispatcher);
113 bool FocusInEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const function in class:blink::FocusInEventDispatchMediator
116 return EventDispatchMediator::dispatchEvent(dispatcher);
129 bool FocusOutEventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const function in class:blink::FocusOutEventDispatchMediator
132 return EventDispatchMediator::dispatchEvent(dispatcher);
H A DScopedEventQueue.cpp67 dispatchEvent(mediator);
76 dispatchEvent(queuedEventDispatchMediators[i].release());
79 void ScopedEventQueue::dispatchEvent(PassRefPtrWillBeRawPtr<EventDispatchMediator> mediator) const function in class:blink::ScopedEventQueue
83 EventDispatcher::dispatchEvent(node, mediator);
H A DEventDispatchMediator.cpp54 bool EventDispatchMediator::dispatchEvent(EventDispatcher* dispatcher) const function in class:blink::EventDispatchMediator
H A DDOMWindowEventQueue.cpp139 dispatchEvent(event.get());
144 void DOMWindowEventQueue::dispatchEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:blink::DOMWindowEventQueue
148 eventTarget->toDOMWindow()->dispatchEvent(event, nullptr);
150 eventTarget->dispatchEvent(event);
H A DEventDispatchMediator.h50 virtual bool dispatchEvent(EventDispatcher*) const;
H A DFocusEvent.h84 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
93 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
102 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
111 virtual bool dispatchEvent(EventDispatcher*) const OVERRIDE;
H A DScopedEventQueue.h59 void dispatchEvent(PassRefPtrWillBeRawPtr<EventDispatchMediator>) const;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognition.cpp80 dispatchEvent(Event::create(EventTypeNames::audiostart));
85 dispatchEvent(Event::create(EventTypeNames::soundstart));
90 dispatchEvent(Event::create(EventTypeNames::speechstart));
95 dispatchEvent(Event::create(EventTypeNames::speechend));
100 dispatchEvent(Event::create(EventTypeNames::soundend));
105 dispatchEvent(Event::create(EventTypeNames::audioend));
119 dispatchEvent(SpeechRecognitionEvent::createResult(resultIndex, results));
124 dispatchEvent(SpeechRecognitionEvent::createNoMatch(result));
129 dispatchEvent(error);
135 dispatchEvent(Even
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_browsertest.js30 searchBox.dispatchEvent(new KeyboardEvent('keydown', {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequestUpload.cpp57 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, true, bytesSent, totalBytesToBeSent));
63 dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, bytesSent, total));
64 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::loadend, lengthComputable, bytesSent, total));
70 dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, lengthComputable, m_lastBytesSent, m_lastTotalBytesToBeSent));
H A DXMLHttpRequestProgressEventThrottle.cpp82 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total));
89 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(type, lengthComputable, loaded, total));
106 m_target->dispatchEvent(event);
112 m_target->dispatchEvent(XMLHttpRequestProgressEvent::create(EventTypeNames::progress, m_deferred->lengthComputable(), m_deferred->loaded(), m_deferred->total()));
/external/chromium-trace/trace-viewer/src/ui/
H A Dmouse_tracker.js41 this.targetElement_.dispatchEvent(e);
53 this.targetElement_.dispatchEvent(e);
63 this.targetElement_.dispatchEvent(e);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dloop.js35 element.dispatchEvent(endLoopEvent);
46 element.dispatchEvent(willLoopEvent);
H A Dplay.js30 element.dispatchEvent(willPlayEvent);
/external/chromium_org/third_party/polymer/components-chromium/core-signals/
H A Dcore-signals-extracted.js36 s.dispatchEvent(signal);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
H A DNotification.cpp111 dispatchEvent(Event::create(EventTypeNames::show));
118 dispatchEvent(Event::create(EventTypeNames::click));
123 dispatchEvent(Event::create(EventTypeNames::error));
128 dispatchEvent(Event::create(EventTypeNames::close));
172 bool Notification::dispatchEvent(PassRefPtrWillBeRawPtr<Event> event) function in class:blink::Notification
176 return EventTarget::dispatchEvent(event);
/external/chromium_org/third_party/WebKit/Source/web/
H A DServiceWorkerGlobalScopeProxy.cpp71 m_workerGlobalScope->dispatchEvent(InstallEvent::create(EventTypeNames::install, EventInit(), observer));
80 m_workerGlobalScope->dispatchEvent(ExtendableEvent::create(EventTypeNames::activate, EventInit(), observer));
96 m_workerGlobalScope->dispatchEvent(fetchEvent.release());
106 m_workerGlobalScope->dispatchEvent(MessageEvent::create(ports.release(), value));
112 m_workerGlobalScope->dispatchEvent(PushEvent::create(EventTypeNames::push, data));
119 m_workerGlobalScope->dispatchEvent(Event::create(EventTypeNames::sync));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dutil.js164 targetNode.dispatchEvent(evt);
173 targetNode.dispatchEvent(evt);
182 targetNode.dispatchEvent(evt);
/external/chromium_org/chrome/test/chromedriver/js/
H A Ddispatch_context_menu_event.js44 elem.dispatchEvent(event);
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Dtest.js8 document.getElementById('button').dispatchEvent(new MouseEvent('click'));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGImageLoader.cpp40 element()->dispatchEvent(Event::create(EventTypeNames::error));
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryManager.cpp98 dispatchEvent(Event::create(EventTypeNames::chargingchange));
100 dispatchEvent(Event::create(EventTypeNames::chargingtimechange));
102 dispatchEvent(Event::create(EventTypeNames::dischargingtimechange));
104 dispatchEvent(Event::create(EventTypeNames::levelchange));

Completed in 1732 milliseconds

1234567891011