Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h515 virtual WebMIDIClient* webMIDIClient() { return 0; } in webMIDIClient() function
/external/chromium_org/content/shell/renderer/test_runner/
Dweb_frame_test_proxy.h268 virtual blink::WebMIDIClient* webMIDIClient() { in webMIDIClient() function
/external/chromium_org/content/renderer/
Drender_frame_impl.h431 virtual blink::WebMIDIClient* webMIDIClient();
Drender_frame_impl.cc3064 blink::WebMIDIClient* RenderFrameImpl::webMIDIClient() { in webMIDIClient() function in content::RenderFrameImpl
/external/chromium_org/third_party/WebKit/Source/web/
DWebLocalFrameImpl.cpp1561 provideMIDITo(*m_frame, MIDIClientProxy::create(m_client ? m_client->webMIDIClient() : 0)); in setCoreFrame()