HomeSort by relevance Sort by last modified time
    Searched refs:action_set (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc 59 scoped_ptr<WebRequestActionSet> action_set(
63 CHECK(action_set);
64 return action_set.Pass();
80 // |action_set| as if they were triggered by the extension with
84 const WebRequestActionSet* action_set,
136 const WebRequestActionSet* action_set,
148 action_set->Apply(extension_id, base::Time(), &apply_info);
155 scoped_ptr<WebRequestActionSet> action_set(CreateSetOfActions(action));
161 "http://test.com", extension_->id(), action_set.get(), stage));
164 "http://test.com", extension_all_urls_->id(), action_set.get(), stage))
    [all...]
webrequest_rules_registry_unittest.cc 725 scoped_ptr<WebRequestActionSet> action_set(
729 ASSERT_TRUE(action_set);
739 extension_all_urls.get(), action_set.get(), &error));
743 extension_some_urls.get(), action_set.get(), &error));
745 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName()));
748 extension_no_url.get(), action_set.get(), &error));
750 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName()));
    [all...]
  /external/chromium/third_party/libevent/test/
regress.gen.c 442 tmp->action_set = 0;
473 msg->action_set = 1;
497 if (msg->action_set != 1)
520 if (tmp->action_set == 1) {
523 tmp->action_set = 0;
569 if (tmp->action_set)
575 tmp->action_set = 1;
604 if (!msg->action_set)
regress.gen.h 112 ev_uint8_t action_set; member in struct:kill
  /external/chromium_org/third_party/libevent/test/
regress.gen.c 442 tmp->action_set = 0;
473 msg->action_set = 1;
497 if (msg->action_set != 1)
520 if (tmp->action_set == 1) {
523 tmp->action_set = 0;
569 if (tmp->action_set)
575 tmp->action_set = 1;
604 if (!msg->action_set)
regress.gen.h 112 ev_uint8_t action_set; member in struct:kill
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule_unittest.cc 341 const Rule::ActionSet& action_set = rule->actions(); local
342 const Rule::ActionSet::Actions& actions = action_set.actions();

Completed in 100 milliseconds