Searched refs:MIDIClient (Results 1 – 6 of 6) sorted by relevance
40 class MIDIClient; variable50 static PassOwnPtrWillBeRawPtr<MIDIController> create(PassOwnPtr<MIDIClient>);57 explicit MIDIController(PassOwnPtr<MIDIClient>);60 OwnPtr<MIDIClient> m_client;
41 class MIDIClient {46 virtual ~MIDIClient() { } in ~MIDIClient()49 void provideMIDITo(LocalFrame&, PassOwnPtr<MIDIClient>);
44 MIDIController::MIDIController(PassOwnPtr<MIDIClient> client) in MIDIController()54 PassOwnPtrWillBeRawPtr<MIDIController> MIDIController::create(PassOwnPtr<MIDIClient> client) in create()69 void provideMIDITo(LocalFrame& frame, PassOwnPtr<MIDIClient> client) in provideMIDITo()
40 class MIDIClientMock FINAL : public MIDIClient {
45 class MIDIClientProxy FINAL : public WebCore::MIDIClient {
901 'webmidi/MIDIClient.h',