Home
last modified time | relevance | path

Searched refs:BEFORE_INIT (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/tests/integration_tests/
Dintegration_tests_test.cc18 return BEFORE_INIT; in IntegrationTestsTest_state()
31 state = BEFORE_INIT; in IntegrationTestsTest_state2()
36 if (BEFORE_INIT == state) in IntegrationTestsTest_state2()
121 runner.SetTestState(BEFORE_INIT); in TEST()
122 ASSERT_EQ(BEFORE_INIT, runner.RunTest(L"IntegrationTestsTest_state")); in TEST()
149 runner.SetTestState(BEFORE_INIT); in TEST()
/external/chromium_org/sandbox/win/src/
Dhandle_closer_test.cc63 static int state = BEFORE_INIT; in CheckForFileHandles()
65 case BEFORE_INIT: in CheckForFileHandles()
/external/chromium_org/sandbox/win/tests/common/
Dcontroller.h56 BEFORE_INIT, enumerator
Dcontroller.cc313 if (BEFORE_INIT == state) in DispatchCall()