MidiDispatcherHost   17 content/browser/renderer_host/media/midi_dispatcher_host.cc MidiDispatcherHost::MidiDispatcherHost(int render_process_id,
MidiDispatcherHost   24 content/browser/renderer_host/media/midi_dispatcher_host.cc MidiDispatcherHost::~MidiDispatcherHost() {
MidiDispatcherHost   27 content/browser/renderer_host/media/midi_dispatcher_host.cc bool MidiDispatcherHost::OnMessageReceived(const IPC::Message& message,
MidiDispatcherHost   30 content/browser/renderer_host/media/midi_dispatcher_host.cc   IPC_BEGIN_MESSAGE_MAP_EX(MidiDispatcherHost, message, *message_was_ok)
MidiDispatcherHost   40 content/browser/renderer_host/media/midi_dispatcher_host.cc void MidiDispatcherHost::OverrideThreadForMessage(
MidiDispatcherHost   46 content/browser/renderer_host/media/midi_dispatcher_host.cc void MidiDispatcherHost::OnRequestSysExPermission(int render_view_id,
MidiDispatcherHost   58 content/browser/renderer_host/media/midi_dispatcher_host.cc       base::Bind(&MidiDispatcherHost::WasSysExPermissionGranted,
MidiDispatcherHost   64 content/browser/renderer_host/media/midi_dispatcher_host.cc void MidiDispatcherHost::OnCancelSysExPermissionRequest(
MidiDispatcherHost   74 content/browser/renderer_host/media/midi_dispatcher_host.cc void MidiDispatcherHost::WasSysExPermissionGranted(int render_view_id,
MidiDispatcherHost   19 content/browser/renderer_host/media/midi_dispatcher_host.h class MidiDispatcherHost : public BrowserMessageFilter {
MidiDispatcherHost   21 content/browser/renderer_host/media/midi_dispatcher_host.h   MidiDispatcherHost(int render_process_id, BrowserContext* browser_context);
MidiDispatcherHost   30 content/browser/renderer_host/media/midi_dispatcher_host.h   virtual ~MidiDispatcherHost();
MidiDispatcherHost   47 content/browser/renderer_host/media/midi_dispatcher_host.h   DISALLOW_COPY_AND_ASSIGN(MidiDispatcherHost);
MidiDispatcherHost  684 content/browser/renderer_host/render_process_host_impl.cc   AddFilter(new MidiDispatcherHost(GetID(), browser_context));