Searched refs:MIDIDispatcherHost (Results 1 – 3 of 3) sorted by relevance
17 MIDIDispatcherHost::MIDIDispatcherHost(int render_process_id, in MIDIDispatcherHost() function in content::MIDIDispatcherHost23 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()
19 class MIDIDispatcherHost : public BrowserMessageFilter {21 MIDIDispatcherHost(int render_process_id, BrowserContext* browser_context);30 virtual ~MIDIDispatcherHost();46 DISALLOW_COPY_AND_ASSIGN(MIDIDispatcherHost);
634 AddFilter(new MIDIDispatcherHost(GetID(), browser_context)); in CreateMessageFilters()