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 33 EventInit::EventInit()
73 Event::Event(const AtomicString& eventType, const EventInit& initializer)
Event.h 41 struct EventInit {
42 EventInit();
101 static PassRefPtr<Event> create(const AtomicString& type, const EventInit& initializer)
188 Event(const AtomicString& type, const EventInit&);

Completed in 33 milliseconds