OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebMIDIClient
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebMIDIClient.h
37
class
WebMIDIClient
{
39
virtual ~
WebMIDIClient
() { }
WebMIDIClientMock.h
36
#include "
WebMIDIClient
.h"
44
class WebMIDIClientMock : public
WebMIDIClient
{
52
//
WebMIDIClient
WebViewClient.h
69
class
WebMIDIClient
;
374
virtual
WebMIDIClient
*
webMIDIClient
() { return 0; }
/external/chromium_org/third_party/WebKit/Source/web/
MIDIClientProxy.h
43
class
WebMIDIClient
;
47
explicit MIDIClientProxy(
WebMIDIClient
*);
54
WebMIDIClient
* m_client;
MIDIClientProxy.cpp
34
#include "
WebMIDIClient
.h"
43
MIDIClientProxy::MIDIClientProxy(
WebMIDIClient
* 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 blink::
WebMIDIClient
{
35
// blink::
WebMIDIClient
implementation.
/external/chromium_org/third_party/WebKit/public/testing/
WebTestProxy.h
69
class
WebMIDIClient
;
182
blink::
WebMIDIClient
*
webMIDIClient
();
373
virtual blink::
WebMIDIClient
*
webMIDIClient
()
375
return WebTestProxyBase::
webMIDIClient
();
/external/chromium_org/content/renderer/
render_view_impl.h
496
virtual blink::
WebMIDIClient
*
webMIDIClient
();
[
all
...]
render_view_impl.cc
[
all
...]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
WebTestProxy.cpp
977
WebMIDIClient
* WebTestProxyBase::
webMIDIClient
()
[
all
...]
Completed in 324 milliseconds