Home
last modified time | relevance | path

Searched refs:sysexEnabled (Results 1 – 5 of 5) 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() argument
58 … = adoptRefCountedGarbageCollectedWillBeNoop(new MIDIAccess(accessor, sysexEnabled, ports, executi… in create()
70 bool sysexEnabled() const { return m_sysexEnabled; } in sysexEnabled() function
96 …MIDIAccess(PassOwnPtr<MIDIAccessor>, bool sysexEnabled, const Vector<MIDIAccessInitializer::PortDe…
DMIDIOutput.cpp54 static bool validate(Uint8Array* array, ExceptionState& exceptionState, bool sysexEnabled) in validate() argument
57 return validator.process(exceptionState, sysexEnabled); in validate()
65 bool process(ExceptionState& exceptionState, bool sysexEnabled) in process() argument
81 if (!sysexEnabled) { in process()
200 if (MessageValidator::validate(array, exceptionState, midiAccess()->sysexEnabled())) in send()
DMIDIAccess.cpp50 MIDIAccess::MIDIAccess(PassOwnPtr<MIDIAccessor> accessor, bool sysexEnabled, const Vector<MIDIAcces… in MIDIAccess() argument
53 , m_sysexEnabled(sysexEnabled) in MIDIAccess()
DMIDIInput.cpp61 if (data[0] == 0xf0 && !midiAccess()->sysexEnabled()) in didReceiveMIDIData()
DMIDIAccess.idl38 readonly attribute boolean sysexEnabled;