Searched refs:webMIDIClient (Results 1 – 5 of 5) sorted by relevance
515 virtual WebMIDIClient* webMIDIClient() { return 0; } in webMIDIClient() function
268 virtual blink::WebMIDIClient* webMIDIClient() { in webMIDIClient() function
431 virtual blink::WebMIDIClient* webMIDIClient();
3064 blink::WebMIDIClient* RenderFrameImpl::webMIDIClient() { in webMIDIClient() function in content::RenderFrameImpl
1561 provideMIDITo(*m_frame, MIDIClientProxy::create(m_client ? m_client->webMIDIClient() : 0)); in setCoreFrame()