CustomEventInit    38 Source/core/events/CustomEvent.cpp CustomEvent::CustomEvent(const AtomicString& type, const CustomEventInit& initializer)
CustomEventInit    46 Source/core/events/CustomEvent.h     static PassRefPtrWillBeRawPtr<CustomEvent> create(const AtomicString& type, const CustomEventInit& initializer)
CustomEventInit    67 Source/core/events/CustomEvent.h     CustomEvent(const AtomicString& type, const CustomEventInit& initializer);