BEFORE_INIT        63 sandbox/win/src/handle_closer_test.cc   static int state = BEFORE_INIT;
BEFORE_INIT        65 sandbox/win/src/handle_closer_test.cc     case BEFORE_INIT:
BEFORE_INIT       313 sandbox/win/tests/common/controller.cc   if (BEFORE_INIT == state)
BEFORE_INIT        18 sandbox/win/tests/integration_tests/integration_tests_test.cc     return BEFORE_INIT;
BEFORE_INIT        31 sandbox/win/tests/integration_tests/integration_tests_test.cc       state = BEFORE_INIT;
BEFORE_INIT        36 sandbox/win/tests/integration_tests/integration_tests_test.cc     if (BEFORE_INIT == state)
BEFORE_INIT       121 sandbox/win/tests/integration_tests/integration_tests_test.cc   runner.SetTestState(BEFORE_INIT);
BEFORE_INIT       122 sandbox/win/tests/integration_tests/integration_tests_test.cc   ASSERT_EQ(BEFORE_INIT, runner.RunTest(L"IntegrationTestsTest_state"));
BEFORE_INIT       149 sandbox/win/tests/integration_tests/integration_tests_test.cc   runner.SetTestState(BEFORE_INIT);