Home
last modified time | relevance | path

Searched refs:MIDIDispatcherHost (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
Dmidi_dispatcher_host.cc17 MIDIDispatcherHost::MIDIDispatcherHost(int render_process_id, in MIDIDispatcherHost() function in content::MIDIDispatcherHost
23 MIDIDispatcherHost::~MIDIDispatcherHost() { in ~MIDIDispatcherHost()
26 bool MIDIDispatcherHost::OnMessageReceived(const IPC::Message& message, in OnMessageReceived()
29 IPC_BEGIN_MESSAGE_MAP_EX(MIDIDispatcherHost, message, *message_was_ok) in OnMessageReceived()
39 void MIDIDispatcherHost::OverrideThreadForMessage( in OverrideThreadForMessage()
45 void MIDIDispatcherHost::OnRequestSysExPermission(int render_view_id, in OnRequestSysExPermission()
55 base::Bind(&MIDIDispatcherHost::WasSysExPermissionGranted, in OnRequestSysExPermission()
61 void MIDIDispatcherHost::OnCancelSysExPermissionRequest( in OnCancelSysExPermissionRequest()
71 void MIDIDispatcherHost::WasSysExPermissionGranted(int render_view_id, in WasSysExPermissionGranted()
Dmidi_dispatcher_host.h19 class MIDIDispatcherHost : public BrowserMessageFilter {
21 MIDIDispatcherHost(int render_process_id, BrowserContext* browser_context);
30 virtual ~MIDIDispatcherHost();
46 DISALLOW_COPY_AND_ASSIGN(MIDIDispatcherHost);
/external/chromium_org/content/browser/renderer_host/
Drender_process_host_impl.cc634 AddFilter(new MIDIDispatcherHost(GetID(), browser_context)); in CreateMessageFilters()