Home | History | Annotate | Download | only in declarative_webrequest

Lines Matching defs:conditions

66   // How many rules are there which have some conditions not triggered by URL
129 rule->conditions.push_back(
131 rule->conditions.push_back(
148 rule->conditions.push_back(
166 rule->conditions.push_back(
188 rule->conditions.push_back(
206 // Create a rule with the ID |rule_id| and with conditions created from the
222 rule->conditions.push_back(CreateCondition(**it));
498 " \"conditions\": [ \n"
516 " \"conditions\": [ \n"
562 // Test that rules failing IsFulfilled on their conditions are never returned by
585 // Rule 3 has two conditions, one with a matching URL attribute, and one
681 " \"conditions\": [ \n"
706 scoped_ptr<WebRequestConditionSet> conditions =
708 NULL, matcher.condition_factory(), rule.conditions, &error);
710 ASSERT_TRUE(conditions);
721 conditions.get(), actions.get(), &error));
773 " \"conditions\": [ \n"