Searched refs:TestServiceApplication (Results 1 – 4 of 4) sorted by relevance
19 TestServiceApplication::TestServiceApplication() : ref_count_(0) { in TestServiceApplication() function in mojo::test::TestServiceApplication22 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()
19 class TestServiceApplication : public ApplicationDelegate,23 TestServiceApplication();24 virtual ~TestServiceApplication();44 MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
17 class TestServiceApplication; variable22 TestServiceApplication* application);36 TestServiceApplication* const application_;
19 TestServiceApplication* application) in TestServiceImpl()