MIDIClientProxy    42 Source/web/MIDIClientProxy.cpp MIDIClientProxy::MIDIClientProxy(WebMIDIClient* client)
MIDIClientProxy    47 Source/web/MIDIClientProxy.cpp void MIDIClientProxy::requestSysexPermission(PassRefPtrWillBeRawPtr<MIDIAccess> access)
MIDIClientProxy    55 Source/web/MIDIClientProxy.cpp void MIDIClientProxy::cancelSysexPermissionRequest(MIDIAccess* access)
MIDIClientProxy    45 Source/web/MIDIClientProxy.h class MIDIClientProxy FINAL : public WebCore::MIDIClient {
MIDIClientProxy    47 Source/web/MIDIClientProxy.h     static PassOwnPtr<MIDIClientProxy> create(WebMIDIClient* client)
MIDIClientProxy    49 Source/web/MIDIClientProxy.h         return adoptPtr(new MIDIClientProxy(client));
MIDIClientProxy    57 Source/web/MIDIClientProxy.h     explicit MIDIClientProxy(WebMIDIClient*);
MIDIClientProxy   390 Source/web/WebViewImpl.cpp     provideMIDITo(*m_page, MIDIClientProxy::create(client ? client->webMIDIClient() : 0));
MIDIClientProxy    86 Source/web/WebViewImpl.h class MIDIClientProxy;
MIDIClientProxy   742 Source/web/WebViewImpl.h     OwnPtr<MIDIClientProxy> m_midiClientProxy;