Searched defs:MIDIConnectionEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIConnectionEvent.cpp32 #include "modules/webmidi/MIDIConnectionEvent.h"
36 MIDIConnectionEvent::MIDIConnectionEvent() function in class:blink::MIDIConnectionEvent
40 MIDIConnectionEvent::MIDIConnectionEvent(const AtomicString& type, MIDIPort* port) function in class:blink::MIDIConnectionEvent
46 MIDIConnectionEvent::MIDIConnectionEvent(const AtomicString& type, const MIDIConnectionEventInit& initializer) function in class:blink::MIDIConnectionEvent
52 PassRefPtrWillBeRawPtr<MIDIConnectionEvent> MIDIConnectionEvent::create()
54 return adoptRefWillBeNoop(new MIDIConnectionEvent());
[all...]

Completed in 457 milliseconds