Home
last modified time | relevance | path

Searched defs:sysexEnabled (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIAccess.h56 …static MIDIAccess* create(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIA… in create()
70 bool sysexEnabled() const { return m_sysexEnabled; } in sysexEnabled() function
DMIDIOutput.cpp54 static bool validate(Uint8Array* array, ExceptionState& exceptionState, bool sysexEnabled) in validate()
65 bool process(ExceptionState& exceptionState, bool sysexEnabled) in process()
DMIDIAccess.cpp50 MIDIAccess::MIDIAccess(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIAcces… in MIDIAccess()