Searched defs:TestEnvironment (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/test/
H A Dblink_test_environment.cc54 class TestEnvironment { class in namespace:content::__anon7902
63 TestEnvironment() { function in class:content::__anon7902::TestEnvironment
71 ~TestEnvironment() {
84 TestEnvironment* test_environment;
111 test_environment = new TestEnvironment;
/external/chromium_org/mojo/android/javatests/
H A Dmojo_test_case.cc20 struct TestEnvironment { struct in namespace:__anon8709
39 return reinterpret_cast<intptr_t>(new TestEnvironment());
45 delete reinterpret_cast<TestEnvironment*>(test_environment);

Completed in 91 milliseconds