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

  /external/chromium_org/third_party/WebKit/Source/web/
WebMIDIClientMock.cpp 32 #include "public/web/WebMIDIClientMock.h"
40 WebMIDIClientMock::WebMIDIClientMock()
45 WebMIDIClientMock::~WebMIDIClientMock()
50 void WebMIDIClientMock::setSysexPermission(bool allowed)
55 void WebMIDIClientMock::resetMock()
60 void WebMIDIClientMock::requestSysexPermission(const WebMIDIPermissionRequest& request)
65 void WebMIDIClientMock::cancelSysexPermissionRequest(const WebMIDIPermissionRequest& request)
blink_web.target.darwin-arm.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.darwin-arm64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.darwin-mips.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.darwin-mips64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.darwin-x86.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.darwin-x86_64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-arm.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-arm64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-mips.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-mips64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-x86.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
blink_web.target.linux-x86_64.mk 147 third_party/WebKit/Source/web/WebMIDIClientMock.cpp \
  /external/chromium_org/third_party/WebKit/public/web/
WebMIDIClientMock.h 42 class WebMIDIClientMock : public WebMIDIClient {
44 BLINK_EXPORT WebMIDIClientMock();
45 virtual ~WebMIDIClientMock();
  /external/chromium_org/content/shell/renderer/test_runner/
web_test_proxy.h 52 class WebMIDIClientMock;
134 blink::WebMIDIClientMock* GetMIDIClientMock();
274 scoped_ptr<blink::WebMIDIClientMock> midi_client_;
web_test_proxy.cc 50 #include "third_party/WebKit/public/web/WebMIDIClientMock.h"
655 blink::WebMIDIClientMock* WebTestProxyBase::GetMIDIClientMock() {
657 midi_client_.reset(new blink::WebMIDIClientMock);
    [all...]

Completed in 567 milliseconds