Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/tests/
Dbinding_unittest.cc162 class ServiceImplWithBinding : public ServiceImpl { class
164 ServiceImplWithBinding(bool* was_deleted, in ServiceImplWithBinding() function in mojo::__anon04d1dd060111::ServiceImplWithBinding
171 base::Bind(&ServiceImplWithBinding::OnConnectionError, in ServiceImplWithBinding()
176 ~ServiceImplWithBinding() override{ in ~ServiceImplWithBinding()
185 DISALLOW_COPY_AND_ASSIGN(ServiceImplWithBinding);
194 new ServiceImplWithBinding(&was_deleted, run_loop.QuitClosure(), in TEST_P()
575 new ServiceImplWithBinding(&was_deleted, run_loop.QuitClosure(), in TEST_P()