Searched refs:MIDIHost (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/renderer_host/media/
H A Dmidi_host.h21 class CONTENT_EXPORT MIDIHost class in namespace:content
26 MIDIHost(media::MIDIManager* midi_manager);
51 friend class base::DeleteHelper<MIDIHost>;
54 virtual ~MIDIHost();
74 DISALLOW_COPY_AND_ASSIGN(MIDIHost);
H A Dmidi_host.cc35 MIDIHost::MIDIHost(media::MIDIManager* midi_manager) function in class:content::MIDIHost
41 MIDIHost::~MIDIHost() {
46 void MIDIHost::OnChannelClosing() {
52 void MIDIHost::OnDestruct() const {
58 bool MIDIHost::OnMessageReceived(const IPC::Message& message,
61 IPC_BEGIN_MESSAGE_MAP_EX(MIDIHost, message, *message_was_ok)
70 void MIDIHost::OnStartSession(int client_id) {
91 void MIDIHost
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc626 new MIDIHost(BrowserMainLoop::GetInstance()->midi_manager()));

Completed in 833 milliseconds