SetIntegrityLevel  234 content/browser/gpu/gpu_process_host.cc         policy->SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW);
SetIntegrityLevel   94 remoting/host/win/unprivileged_process_delegate.cc     if (restricted_token.SetIntegrityLevel(sandbox::INTEGRITY_LEVEL_LOW)
SetIntegrityLevel   55 sandbox/win/src/integrity_level_test.cc   runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);
SetIntegrityLevel  178 sandbox/win/src/restricted_token.h   unsigned SetIntegrityLevel(IntegrityLevel integrity_level);
SetIntegrityLevel  122 sandbox/win/src/restricted_token_utils.cc   restricted_token.SetIntegrityLevel(integrity_level);
SetIntegrityLevel  145 sandbox/win/src/sandbox_policy.h   virtual ResultCode SetIntegrityLevel(IntegrityLevel level) = 0;
SetIntegrityLevel   50 sandbox/win/src/sandbox_policy_base.h   virtual ResultCode SetIntegrityLevel(IntegrityLevel integrity_level) OVERRIDE;
SetIntegrityLevel  178 sandbox/win/tests/validation_tests/suite.cc   runner.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);
SetIntegrityLevel  198 sandbox/win/tests/validation_tests/suite.cc   target.GetPolicy()->SetIntegrityLevel(INTEGRITY_LEVEL_LOW);