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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.h 260 class DelegateMock : public ProxyChannel::Delegate {
262 DelegateMock() : ipc_message_loop_(NULL), shutdown_event_(NULL) {
264 virtual ~DelegateMock() {}
284 DISALLOW_COPY_AND_ASSIGN(DelegateMock);
295 DelegateMock delegate_mock_;
ppapi_proxy_test.cc 487 HostProxyTestHarness::DelegateMock::GetIPCMessageLoop() {
491 base::WaitableEvent* HostProxyTestHarness::DelegateMock::GetShutdownEvent() {
496 HostProxyTestHarness::DelegateMock::ShareHandleWithRemote(

Completed in 102 milliseconds