OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIDIDispatcher
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/media/
midi_dispatcher.h
20
//
MIDIDispatcher
implements WebMIDIClient to handle permissions for using
25
class
MIDIDispatcher
: public RenderViewObserver,
28
explicit
MIDIDispatcher
(RenderViewImpl* render_view);
29
virtual ~
MIDIDispatcher
();
49
DISALLOW_COPY_AND_ASSIGN(
MIDIDispatcher
);
midi_dispatcher.cc
19
MIDIDispatcher
::
MIDIDispatcher
(RenderViewImpl* render_view)
23
MIDIDispatcher
::~
MIDIDispatcher
() {}
25
bool
MIDIDispatcher
::OnMessageReceived(const IPC::Message& message) {
27
IPC_BEGIN_MESSAGE_MAP(
MIDIDispatcher
, message)
35
void
MIDIDispatcher
::requestSysExPermission(
44
void
MIDIDispatcher
::cancelSysExPermissionRequest(
60
void
MIDIDispatcher
::OnSysExPermissionApproved(int bridge_id, bool is_allowed) {
/external/chromium_org/content/renderer/
render_view_impl.h
145
class
MIDIDispatcher
;
[
all
...]
render_view_impl.cc
[
all
...]
Completed in 200 milliseconds