Searched refs:Event (Results 1 - 25 of 1522) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DBeforeUnloadEvent.idl31 interface BeforeUnloadEvent : Event {
H A DEventListener.idl22 void handleEvent(Event event);
H A DPageTransitionEvent.idl28 ] interface PageTransitionEvent : Event {
H A DEvent.cpp24 #include "core/events/Event.h"
41 Event::Event() function in class:blink::Event
55 Event::Event(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg) function in class:blink::Event
70 Event::Event(const AtomicString& eventType, const EventInit& initializer) function in class:blink::Event
85 Event::~Event()
89 void Event
[all...]
H A DEventDispatchMediator.h41 class Event;
47 static PassRefPtrWillBeRawPtr<EventDispatchMediator> create(PassRefPtrWillBeRawPtr<Event>);
51 Event* event() const { return m_event.get(); };
54 explicit EventDispatchMediator(PassRefPtrWillBeRawPtr<Event>);
56 void setEvent(PassRefPtrWillBeRawPtr<Event> event) { m_event = event; };
59 RefPtrWillBeMember<Event> m_event;
H A DAutocompleteErrorEvent.idl27 ] interface AutocompleteErrorEvent : Event {
H A DBeforeUnloadEvent.cpp31 : Event(EventTypeNames::beforeunload, false, true)
46 Event::trace(visitor);
H A DPopStateEvent.idl29 ] interface PopStateEvent : Event {
H A DUIEventWithKeyState.cpp26 UIEventWithKeyState* findEventWithKeyState(Event* event)
28 for (Event* e = event; e; e = e->underlyingEvent())
/external/ltrace/sysdeps/linux-gnu/
H A Devents.h36 struct Event *each_qd_event(enum ecb_status (*cb)(struct Event *event,
39 void enque_event(struct Event *event);
/external/chromium_org/chrome/browser/ui/views/
H A Devent_utils.h11 class Event;
18 CHROME_VIEWS_EXPORT bool IsPossibleDispositionEvent(const ui::Event& event);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSetLoadEvent.idl34 ] interface FontFaceSetLoadEvent : Event {
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DMediaStreamTrackEvent.idl27 ] interface MediaStreamTrackEvent : Event {
H A DRTCDataChannelEvent.idl27 ] interface RTCDataChannelEvent : Event {
H A DRTCIceCandidateEvent.idl27 ] interface RTCIceCandidateEvent : Event {
H A DMediaStreamEvent.idl27 ] interface MediaStreamEvent : Event {
H A DRTCDTMFToneChangeEvent.idl29 ] interface RTCDTMFToneChangeEvent : Event {
/external/chromium_org/ui/v2/public/
H A Devent.h17 class V2_EXPORT Event { class in namespace:v2
19 Event();
20 ~Event();
27 DISALLOW_COPY_AND_ASSIGN(Event);
/external/chromium_org/ui/events/
H A Devent_rewriter.h13 class Event;
52 const Event& event,
53 scoped_ptr<Event>* rewritten_event) = 0;
62 const Event& last_event,
63 scoped_ptr<Event>* new_event) = 0;
/external/chromium-trace/trace-viewer/src/base/
H A Devents.js19 * @extends {Event}
21 function Event(type, opt_bubbles, opt_preventable) {
22 var e = base.doc.createEvent('Event');
24 e.__proto__ = global.Event.prototype;
28 Event.prototype = {
29 __proto__: global.Event.prototype
43 var e = new Event(type, opt_bubbles, opt_cancelable);
48 Event: Event,
/external/chromium_org/chrome/browser/chromeos/events/
H A Dkeyboard_driven_event_rewriter.h21 ui::EventRewriteStatus RewriteForTesting(const ui::Event& event,
22 scoped_ptr<ui::Event>* new_event);
26 const ui::Event& event,
27 scoped_ptr<ui::Event>* new_event) OVERRIDE;
29 const ui::Event& last_event,
30 scoped_ptr<ui::Event>* new_event) OVERRIDE;
33 ui::EventRewriteStatus Rewrite(const ui::Event& event,
34 scoped_ptr<ui::Event>* new_event);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLContextEvent.idl28 ] interface WebGLContextEvent : Event {
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.idl28 ] interface TrackEvent : Event {
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBEventDispatcher.h38 class Event;
43 static bool dispatch(Event*, WillBeHeapVector<RefPtrWillBeMember<EventTarget> >&); // The target first and then its ancestors in order of how the event bubbles.
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioCompletionEvent.idl27 ] interface OfflineAudioCompletionEvent : Event {

Completed in 3572 milliseconds

1234567891011>>