Searched refs:MIDIConnectionEventInit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIConnectionEvent.h39 struct MIDIConnectionEventInit : public EventInit { struct in namespace:blink
40 MIDIConnectionEventInit() function in struct:blink::MIDIConnectionEventInit
53 static PassRefPtrWillBeRawPtr<MIDIConnectionEvent> create(const AtomicString&, const MIDIConnectionEventInit&);
64 MIDIConnectionEvent(const AtomicString&, const MIDIConnectionEventInit&);
H A DMIDIConnectionEvent.cpp46 MIDIConnectionEvent::MIDIConnectionEvent(const AtomicString& type, const MIDIConnectionEventInit& initializer)
62 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create(const AtomicString& type, const MIDIConnectionEventInit& initializer)

Completed in 227 milliseconds