Home
last modified time | relevance | path

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

/external/chromium_org/mojo/services/test_service/
Dtest_service_application.cc19 TestServiceApplication::TestServiceApplication() : ref_count_(0) { in TestServiceApplication() function in mojo::test::TestServiceApplication
22 TestServiceApplication::~TestServiceApplication() { in ~TestServiceApplication()
25 bool TestServiceApplication::ConfigureIncomingConnection( in ConfigureIncomingConnection()
32 void TestServiceApplication::Create(ApplicationConnection* connection, in Create()
37 void TestServiceApplication::Create(ApplicationConnection* connection, in Create()
42 void TestServiceApplication::AddRef() { in AddRef()
47 void TestServiceApplication::ReleaseRef() { in ReleaseRef()
58 mojo::ApplicationRunner runner(new mojo::test::TestServiceApplication); in MojoMain()
Dtest_service_application.h19 class TestServiceApplication : public ApplicationDelegate,
23 TestServiceApplication();
24 virtual ~TestServiceApplication();
44 MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
Dtest_service_impl.h17 class TestServiceApplication; variable
22 TestServiceApplication* application);
36 TestServiceApplication* const application_;
Dtest_service_impl.cc19 TestServiceApplication* application) in TestServiceImpl()