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

  /external/chromium_org/third_party/WebKit/Source/core/events/
CustomEvent.h 35 typedef EventInit CustomEventInit;
47 static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer)
68 CustomEvent(const AtomicString& type, const CustomEventInit& initializer);
CustomEvent.cpp 37 CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer)

Completed in 208 milliseconds