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

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 497 scoped_refptr<Action> action_dom = new Action(extension->id(), local
501 action_dom->set_args(make_scoped_ptr(new base::ListValue()));
502 action_dom->set_page_url(gurl);
503 policy->ProcessAction(action_dom);
535 scoped_refptr<Action> action_dom = new Action(extension->id(), local
539 action_dom->set_args(make_scoped_ptr(new base::ListValue()));
540 action_dom->set_page_url(gurl);
541 policy->ProcessAction(action_dom);
976 scoped_refptr<Action> action_dom = new Action(extension->id(), local
    [all...]
counting_policy_unittest.cc 726 scoped_refptr<Action> action_dom = new Action(extension->id(), local
730 action_dom->set_args(make_scoped_ptr(new base::ListValue()));
731 action_dom->set_page_url(gurl);
732 policy->ProcessAction(action_dom);
    [all...]

Completed in 50 milliseconds