Home
last modified time | relevance | path

Searched refs:DelegateMock (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dppapi_proxy_test.h260 class DelegateMock : public ProxyChannel::Delegate {
262 DelegateMock() : ipc_message_loop_(NULL), shutdown_event_(NULL) { in DelegateMock() function
264 virtual ~DelegateMock() {} in ~DelegateMock()
284 DISALLOW_COPY_AND_ASSIGN(DelegateMock);
295 DelegateMock delegate_mock_;
Dppapi_proxy_test.cc487 HostProxyTestHarness::DelegateMock::GetIPCMessageLoop() { in GetIPCMessageLoop()
491 base::WaitableEvent* HostProxyTestHarness::DelegateMock::GetShutdownEvent() { in GetShutdownEvent()
496 HostProxyTestHarness::DelegateMock::ShareHandleWithRemote( in ShareHandleWithRemote()