HomeSort by relevance Sort by last modified time
    Searched refs:TestServiceApplication (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/services/test_service/
test_service_application.cc 19 TestServiceApplication::TestServiceApplication() : ref_count_(0) {
22 TestServiceApplication::~TestServiceApplication() {
25 bool TestServiceApplication::ConfigureIncomingConnection(
32 void TestServiceApplication::Create(ApplicationConnection* connection,
37 void TestServiceApplication::Create(ApplicationConnection* connection,
42 void TestServiceApplication::AddRef() {
47 void TestServiceApplication::ReleaseRef() {
58 mojo::ApplicationRunner runner(new mojo::test::TestServiceApplication);
    [all...]
test_service_application.h 19 class TestServiceApplication : public ApplicationDelegate,
23 TestServiceApplication();
24 virtual ~TestServiceApplication();
44 MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
test_service_impl.h 17 class TestServiceApplication;
22 TestServiceApplication* application);
36 TestServiceApplication* const application_;
test_service_impl.cc 19 TestServiceApplication* application)

Completed in 78 milliseconds