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

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIPort.h41 class MIDIPort : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<MIDIPort>, public EventTargetWithInlineData { class in namespace:blink
42 DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<MIDIPort>);
44 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MIDIPort);
51 virtual ~MIDIPort() { }
66 virtual const AtomicString& interfaceName() const OVERRIDE { return EventTargetNames::MIDIPort; }
70 MIDIPort(MIDIAccess*, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode, const String& version);
H A DMIDIPort.cpp32 #include "modules/webmidi/MIDIPort.h"
38 MIDIPort::MIDIPort(MIDIAccess* access, const String& id, const String& manufacturer, const String& name, MIDIPortTypeCode type, const String& version) function in class:blink::MIDIPort
50 String MIDIPort::type() const
63 ExecutionContext* MIDIPort::executionContext() const
68 void MIDIPort::trace(Visitor* visitor)

Completed in 928 milliseconds