Home
last modified time | relevance | path

Searched refs:isSystemMessage (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIOutput.cpp108 bool isSystemMessage() { return m_data[m_offset] >= 0xf0; } in isSystemMessage() function in blink::__anon292ddbcd0111::MessageValidator
150 …size_t length = isSystemMessage() ? systemMessageLength[m_data[m_offset] - 0xf1] : channelMessageL… in acceptCurrentMessage()