Searched defs:MidiDispatcherHost (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dmidi_dispatcher_host.cc21 MidiDispatcherHost::PendingPermission::PendingPermission(
30 MidiDispatcherHost::PendingPermission::~PendingPermission() {
33 MidiDispatcherHost::MidiDispatcherHost(WebContents* web_contents) function in class:content::MidiDispatcherHost
38 MidiDispatcherHost::~MidiDispatcherHost() {
41 bool MidiDispatcherHost::OnMessageReceived(const IPC::Message& message,
44 IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(MidiDispatcherHost, message,
55 void MidiDispatcherHost::OnRequestSysExPermission(
72 base::Bind(&MidiDispatcherHost
[all...]
H A Dmidi_dispatcher_host.h18 // MidiDispatcherHost handles permissions for using system exclusive messages.
19 class MidiDispatcherHost : public WebContentsObserver { class in namespace:content
21 explicit MidiDispatcherHost(WebContents* web_contents);
22 virtual ~MidiDispatcherHost();
53 base::WeakPtrFactory<MidiDispatcherHost> weak_factory_;
55 DISALLOW_COPY_AND_ASSIGN(MidiDispatcherHost);

Completed in 175 milliseconds