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

  /external/chromium_org/mojo/common/test/
test_support_impl.h 14 class TestSupportImpl : public TestSupport {
16 TestSupportImpl();
17 virtual ~TestSupportImpl();
27 DISALLOW_COPY_AND_ASSIGN(TestSupportImpl);
test_support_impl.cc 40 TestSupportImpl::TestSupportImpl() {
43 TestSupportImpl::~TestSupportImpl() {
46 void TestSupportImpl::LogPerfResult(const char* test_name,
52 FILE* TestSupportImpl::OpenSourceRootRelativeFile(const char* relative_path) {
56 char** TestSupportImpl::EnumerateSourceRootRelativeDirectory(
run_all_perftests.cc 12 mojo::test::TestSupport::Init(new mojo::test::TestSupportImpl());
run_all_unittests.cc 21 mojo::test::TestSupport::Init(new mojo::test::TestSupportImpl());

Completed in 222 milliseconds