Home
last modified time | relevance | path

Searched refs:set_arg_url (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dfullstream_ui_policy_unittest.cc445 action->set_arg_url(GURL("http://www.arg-url.com")); in TEST_F()
453 action->set_arg_url(GURL("http://www.arg-url.com")); in TEST_F()
461 action->set_arg_url(GURL("http://www.arg-url.com")); in TEST_F()
544 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
587 action->set_arg_url(GURL("http://www.google1.com")); in TEST_F()
597 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
617 action->set_arg_url(GURL("http://www.google1.com")); in TEST_F()
627 action->set_arg_url(GURL("http://www.args-url.com")); in TEST_F()
663 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
674 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
Dactivity_actions.cc71 clone->set_arg_url(arg_url()); in Clone()
93 void Action::set_arg_url(const GURL& arg_url) { in set_arg_url() function in extensions::Action
127 set_arg_url(GURL(url.substr(strlen(constants::kIncognitoUrl)))); in ParseArgUrl()
129 set_arg_url(GURL(url)); in ParseArgUrl()
Dactivity_log_policy.cc95 action->set_arg_url(GURL()); in StripPrivacySensitiveFields()
110 action->set_arg_url(action->arg_url().ReplaceComponents(url_sanitizer)); in StripPrivacySensitiveFields()
Dcounting_policy_unittest.cc840 action->set_arg_url(GURL("http://www.args-url.com")); in TEST_F()
883 action->set_arg_url(GURL("http://www.google1.com")); in TEST_F()
893 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
913 action->set_arg_url(GURL("http://www.google1.com")); in TEST_F()
923 action->set_arg_url(GURL("http://www.args-url.com")); in TEST_F()
960 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
971 action->set_arg_url(GURL("http://www.google.com")); in TEST_F()
Dactivity_log_policy_unittest.cc28 action->set_arg_url(GURL("http://www.youtube.com/?privatekey")); in TEST_F()
Dactivity_actions.h89 void set_arg_url(const GURL& arg_url);
Duma_policy_unittest.cc171 action6->set_arg_url(GURL(site_b)); in TEST_F()
Dactivity_log.cc307 action->set_arg_url(arg_url); in ExtractUrls()