Home | History | Annotate | Download | only in declarative_webrequest

Lines Matching defs:conditions

163 // Conditions without UrlFilter attributes need to be independent of URL
247 WebRequestConditionSet::AnyVector conditions;
248 conditions.push_back(linked_ptr<base::Value>(base::test::ParseJson(
256 conditions.push_back(linked_ptr<base::Value>(base::test::ParseJson(
269 NULL, matcher.condition_factory(), conditions, &error);
272 EXPECT_EQ(2u, result->conditions().size());
316 WebRequestConditionSet::AnyVector conditions;
317 conditions.push_back(linked_ptr<base::Value>(base::test::ParseJson(
329 NULL, matcher.condition_factory(), conditions, &error);
332 EXPECT_EQ(1u, result->conditions().size());
370 // impossible that both conditions are fulfilled at the same time.