Searched defs:Event (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebCore/dom/
H A DEvent.cpp24 #include "Event.h"
31 Event::Event() function in class:WebCore::Event
45 Event::Event(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg) function in class:WebCore::Event
60 Event::~Event()
64 void Event::initEvent(const AtomicString& eventTypeArg, bool canBubbleArg, bool cancelableArg)
74 bool Event::isUIEvent() const
79 bool Event
[all...]
H A DEvent.h38 class Event : public RefCounted<Event> { class in namespace:WebCore
65 static PassRefPtr<Event> create()
67 return adoptRef(new Event);
69 static PassRefPtr<Event> create(const AtomicString& type, bool canBubble, bool cancelable)
71 return adoptRef(new Event(type, canBubble, cancelable));
73 virtual ~Event();
146 Event* underlyingEvent() const { return m_underlyingEvent.get(); }
147 void setUnderlyingEvent(PassRefPtr<Event>);
158 Event();
[all...]
/external/quake/standalone/
H A Dmain.cpp71 struct Event { struct in class:EventQueue
91 Event* getEvent() {
92 Event* result = NULL;
100 void recycleEvent(Event* pEvent) {
129 Event event;
154 Event m_Events[MAX_EVENTS];
234 EventQueue::Event* pEvent = gpEventQueue->getEvent();
239 printf("Event deviceId: %d, type: %d, scancode: %d, keyCode: %d, flags: %d, value: %d, when: %llu\n",
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
H A Dtscmain.h597 uint32 Event; /* Event */ member in struct:TSC_324m::_dispatchtable
/external/sonivox/jet_tools/JetCreator/
H A Dmidifile.py749 def Event (self, event): member in class:MIDIControllers
873 values.Event(self[i])

Completed in 77 milliseconds