Searched refs:MockDispatcher (Results 1 – 1 of 1) sorted by relevance
29 class MockDispatcher : public Dispatcher { class31 static scoped_refptr<MockDispatcher> Create( in Create()33 return make_scoped_refptr(new MockDispatcher(info)); in Create()133 explicit MockDispatcher(CoreTestBase::MockHandleInfo* info) : info_(info) { in MockDispatcher() function in mojo::edk::test::__anon8760ca1d0111::MockDispatcher138 ~MockDispatcher() override { info_->IncrementDtorCallCount(); } in ~MockDispatcher()142 DISALLOW_COPY_AND_ASSIGN(MockDispatcher);156 scoped_refptr<MockDispatcher> dispatcher = MockDispatcher::Create(info); in CreateMockHandle()