HomeSort by relevance Sort by last modified time
    Searched defs:EventInit (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.cpp 34 EventInit::EventInit()
70 Event::Event(const AtomicString& eventType, const EventInit& initializer)
Event.h 40 struct EventInit {
43 EventInit();
103 static PassRefPtrWillBeRawPtr<Event> create(const AtomicString& type, const EventInit& initializer)
191 Event(const AtomicString& type, const EventInit&);

Completed in 43 milliseconds