AddAllSidsForDenyOnly 97 sandbox/win/src/restricted_token.h unsigned AddAllSidsForDenyOnly(std::vector<Sid> *exceptions); AddAllSidsForDenyOnly 206 sandbox/win/src/restricted_token_unittest.cc ASSERT_EQ(ERROR_SUCCESS, token.AddAllSidsForDenyOnly(NULL)); AddAllSidsForDenyOnly 238 sandbox/win/src/restricted_token_unittest.cc ASSERT_EQ(ERROR_SUCCESS, token.AddAllSidsForDenyOnly(&sids_exception)); AddAllSidsForDenyOnly 111 sandbox/win/src/restricted_token_utils.cc err_code = restricted_token.AddAllSidsForDenyOnly(&sid_exceptions);