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.h 14 class TestServiceApplication : public Application {
16 TestServiceApplication();
17 virtual ~TestServiceApplication();
27 MOJO_DISALLOW_COPY_AND_ASSIGN(TestServiceApplication);
test_service_application.cc 15 TestServiceApplication::TestServiceApplication() : ref_count_(0) {
18 TestServiceApplication::~TestServiceApplication() {
21 void TestServiceApplication::Initialize() {
25 void TestServiceApplication::AddRef() {
30 void TestServiceApplication::ReleaseRef() {
41 return new mojo::test::TestServiceApplication();
test_service_impl.h 14 class TestServiceApplication;
18 explicit TestServiceImpl(TestServiceApplication* application);
27 TestServiceApplication* const application_;
test_service_impl.cc 12 TestServiceImpl::TestServiceImpl(TestServiceApplication* application)

Completed in 192 milliseconds