Home
last modified time | relevance | path

Searched refs:action_set (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_action_unittest.cc60 scoped_ptr<WebRequestActionSet> action_set( in CreateSetOfActions() local
64 CHECK(action_set); in CreateSetOfActions()
65 return action_set.Pass(); in CreateSetOfActions()
85 const WebRequestActionSet* action_set,
141 const WebRequestActionSet* action_set, in ActionWorksOnRequest() argument
154 action_set->Apply(extension_id, base::Time(), &apply_info); in ActionWorksOnRequest()
161 scoped_ptr<WebRequestActionSet> action_set(CreateSetOfActions(action)); in CheckActionNeedsAllUrls() local
167 "http://test.com", extension_->id(), action_set.get(), stage)); in CheckActionNeedsAllUrls()
170 "http://test.com", extension_all_urls_->id(), action_set.get(), stage)); in CheckActionNeedsAllUrls()
174 "http://clients1.google.com", extension_->id(), action_set.get(), stage)); in CheckActionNeedsAllUrls()
[all …]
Dwebrequest_rules_registry_unittest.cc734 scoped_ptr<WebRequestActionSet> action_set( in TEST() local
738 ASSERT_TRUE(action_set); in TEST()
748 extension_all_urls.get(), action_set.get(), &error)); in TEST()
752 extension_some_urls.get(), action_set.get(), &error)); in TEST()
754 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName())); in TEST()
757 extension_no_url.get(), action_set.get(), &error)); in TEST()
759 EXPECT_THAT(error, HasSubstr(action_set->actions().back()->GetName())); in TEST()
/external/chromium_org/third_party/libevent/test/
Dregress.gen.c442 tmp->action_set = 0; in kill_new()
473 msg->action_set = 1; in kill_action_assign()
497 if (msg->action_set != 1) in kill_action_get()
520 if (tmp->action_set == 1) { in kill_clear()
523 tmp->action_set = 0; in kill_clear()
569 if (tmp->action_set) in kill_unmarshal()
575 tmp->action_set = 1; in kill_unmarshal()
604 if (!msg->action_set) in kill_complete()
Dregress.gen.h112 ev_uint8_t action_set; member
/external/chromium/third_party/libevent/test/
Dregress.gen.c442 tmp->action_set = 0; in kill_new()
473 msg->action_set = 1; in kill_action_assign()
497 if (msg->action_set != 1) in kill_action_get()
520 if (tmp->action_set == 1) { in kill_clear()
523 tmp->action_set = 0; in kill_clear()
569 if (tmp->action_set) in kill_unmarshal()
575 tmp->action_set = 1; in kill_unmarshal()
604 if (!msg->action_set) in kill_complete()
Dregress.gen.h112 ev_uint8_t action_set; member
/external/chromium_org/chrome/browser/extensions/api/declarative/
Ddeclarative_rule_unittest.cc358 const Rule::ActionSet& action_set = rule->actions(); in TEST() local
359 const Rule::ActionSet::Actions& actions = action_set.actions(); in TEST()