HomeSort by relevance Sort by last modified time
    Searched refs:WebMIDIClient (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebMIDIClient.h 37 class WebMIDIClient {
39 virtual ~WebMIDIClient() { }
WebViewClient.h 71 class WebMIDIClient;
373 virtual WebMIDIClient* webMIDIClient() { return 0; }
  /external/chromium_org/third_party/WebKit/Source/web/
MIDIClientImpl.h 43 class WebMIDIClient;
55 WebMIDIClient* m_client;
  /external/chromium_org/content/renderer/media/
midi_dispatcher.h 10 #include "third_party/WebKit/public/web/WebMIDIClient.h"
20 // MIDIDispatcher implements WebMIDIClient to handle permissions for using
26 public WebKit::WebMIDIClient {
35 // WebKit::WebMIDIClient implementation.
  /external/chromium_org/content/renderer/
render_view_impl.h 529 virtual WebKit::WebMIDIClient* webMIDIClient();
    [all...]
render_view_impl.cc     [all...]

Completed in 52 milliseconds