Home
last modified time | relevance | path

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

/external/chromium_org/mojo/examples/apptest/
Dexample_service_impl.cc11 ExampleServiceImpl::ExampleServiceImpl() {} in ExampleServiceImpl() function in mojo::ExampleServiceImpl
13 ExampleServiceImpl::~ExampleServiceImpl() {} in ~ExampleServiceImpl()
15 void ExampleServiceImpl::Ping(uint16_t ping_value) { in Ping()
20 void ExampleServiceImpl::RunCallback(const Callback<void()>& callback) { in RunCallback()
Dexample_service_impl.h15 class ExampleServiceImpl : public InterfaceImpl<ExampleService> {
17 ExampleServiceImpl();
18 virtual ~ExampleServiceImpl();
25 MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceImpl);
Dexample_service_application.h27 InterfaceFactoryImpl<ExampleServiceImpl> example_service_factory_;