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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_action_unittest.cc 60 scoped_ptr<WebRequestActionSet> action_set(
64 CHECK(action_set);
65 return action_set.Pass();
81 // |action_set| as if they were triggered by the extension with
85 const WebRequestActionSet* action_set,
141 const WebRequestActionSet* action_set,
154 action_set->Apply(extension_id, base::Time(), &apply_info);
161 scoped_ptr<WebRequestActionSet> action_set(CreateSetOfActions(action));
167 "http://test.com", extension_->id(), action_set.get(), stage));
170 "http://test.com", extension_all_urls_->id(), action_set.get(), stage))
    [all...]
webrequest_rules_registry_unittest.cc 735 scoped_ptr<WebRequestActionSet> action_set(
739 ASSERT_TRUE(action_set);
749 extension_all_urls.get(), action_set.get(), &error));
753 extension_some_urls.get(), action_set.get(), &error));
755 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName()));
758 extension_no_url.get(), action_set.get(), &error))
    [all...]
  /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 358 const Rule::ActionSet& action_set = rule->actions(); local
359 const Rule::ActionSet::Actions& actions = action_set.actions();

Completed in 714 milliseconds