IF_NOT 120 sandbox/win/src/filesystem_policy.cc open.AddNumberMatch(IF_NOT, OpenFile::ACCESS, restricted_flags, AND); IF_NOT 121 sandbox/win/src/filesystem_policy.cc create.AddNumberMatch(IF_NOT, OpenFile::ACCESS, restricted_flags, AND); IF_NOT 190 sandbox/win/src/filesystem_policy.cc bool rv = format.AddNumberMatch(IF_NOT, FileName::BROKER, TRUE, AND); IF_NOT 191 sandbox/win/src/filesystem_policy.cc rv &= format.AddStringMatch(IF_NOT, FileName::NAME, L"\\/?/?\\*", IF_NOT 194 sandbox/win/src/filesystem_policy.cc rv &= short_name.AddNumberMatch(IF_NOT, FileName::BROKER, TRUE, AND); IF_NOT 26 sandbox/win/src/handle_policy.cc if (!duplicate_rule.AddNumberMatch(IF_NOT, HandleTarget::TARGET, IF_NOT 162 sandbox/win/src/policy_low_level.cc if (IF_NOT == rule_type) { IF_NOT 167 sandbox/win/src/policy_low_level.cc } else if (IF_NOT == rule_type) { IF_NOT 283 sandbox/win/src/policy_low_level.cc uint32 opts = (rule_type == IF_NOT)? kPolNegateEval : kPolNone; IF_NOT 88 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddStringMatch(IF_NOT, 0, L"c:\\Microsoft\\", IF_NOT 126 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddStringMatch(IF_NOT, 0, L"c:\\Microsoft\\*", IF_NOT 159 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddStringMatch(IF_NOT, 0, L"c:\\Microsoft\\*.txt", IF_NOT 197 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddStringMatch(IF_NOT, 0, L"c:\\Microsoft\\*", IF_NOT 246 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddStringMatch(IF_NOT, 0, L"c:\\GoogleV?\\*.txt", IF_NOT 320 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr.AddNumberMatch(IF_NOT, 1, CREATE_ALWAYS, EQUAL)); IF_NOT 582 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr_orig.AddStringMatch(IF_NOT, 0, L"*.txt", CASE_SENSITIVE)); IF_NOT 583 sandbox/win/src/policy_low_level_unittest.cc EXPECT_TRUE(pr_copy.AddStringMatch(IF_NOT, 0, L"*.txt", CASE_SENSITIVE)); IF_NOT 141 sandbox/win/src/registry_policy.cc open.AddNumberMatch(IF_NOT, OpenKey::ACCESS, restricted_flags, AND); IF_NOT 142 sandbox/win/src/registry_policy.cc create.AddNumberMatch(IF_NOT, OpenKey::ACCESS, restricted_flags, AND); IF_NOT 160 sandbox/win/src/sync_policy.cc open.AddNumberMatch(IF_NOT, OpenEventParams::ACCESS, restricted_flags, AND);