OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIDIClientProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
MIDIClientProxy.cpp
32
#include "
MIDIClientProxy
.h"
43
MIDIClientProxy
::
MIDIClientProxy
(WebMIDIClient* client)
48
void
MIDIClientProxy
::requestSysExPermission(PassRefPtr<MIDIAccess> access)
56
void
MIDIClientProxy
::cancelSysExPermissionRequest(MIDIAccess* access)
MIDIClientProxy.h
45
class
MIDIClientProxy
: public WebCore::MIDIClient {
47
explicit
MIDIClientProxy
(WebMIDIClient*);
Completed in 3293 milliseconds