Home
last modified time | relevance | path

Searched refs:set_page_url (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/extensions/activity_log/
Dfullstream_ui_policy_unittest.cc285 action_dom->set_page_url(gurl); in TEST_F()
323 action_dom->set_page_url(gurl); in TEST_F()
452 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
460 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
499 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
507 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
515 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
542 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
551 action->set_page_url(GURL("http://www.google2.com")); in TEST_F()
585 action->set_page_url(GURL("http://www.google1.com")); in TEST_F()
[all …]
Dcounting_policy_unittest.cc400 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
406 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
445 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
453 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
461 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
499 action_dom->set_page_url(gurl); in TEST_F()
661 action->set_page_url(GURL("http://www.google.com/")); in TEST_F()
838 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
847 action->set_page_url(GURL("http://www.google2.com")); in TEST_F()
881 action->set_page_url(GURL("http://www.google1.com")); in TEST_F()
[all …]
Duma_policy_unittest.cc139 action1->set_page_url(GURL(site_a)); in TEST_F()
144 action2->set_page_url(GURL(site_a)); in TEST_F()
151 action3->set_page_url(GURL(site_a)); in TEST_F()
159 action4->set_page_url(GURL(site_b)); in TEST_F()
166 action5->set_page_url(GURL(site_b)); in TEST_F()
Dactivity_log_unittest.cc180 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
253 action->set_page_url(GURL("http://www.google.com/")); in TEST_F()
266 action->set_page_url(GURL("http://www.google.com/")); in TEST_F()
329 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
Dactivity_actions.cc68 clone->set_page_url(page_url()); in Clone()
89 void Action::set_page_url(const GURL& page_url) { in set_page_url() function in extensions::Action
115 set_page_url(GURL(url.substr(strlen(constants::kIncognitoUrl)))); in ParsePageUrl()
117 set_page_url(GURL(url)); in ParsePageUrl()
Dactivity_log_policy.cc90 action->set_page_url(GURL()); in StripPrivacySensitiveFields()
108 action->set_page_url(action->page_url().ReplaceComponents(url_sanitizer)); in StripPrivacySensitiveFields()
Dactivity_log_policy_unittest.cc25 action->set_page_url(GURL("http://www.google.com/")); in TEST_F()
Dactivity_actions.h81 void set_page_url(const GURL& page_url);
Dactivity_log.cc601 action->set_page_url(on_url); in OnScriptsExecuted()
/external/chromium_org/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc341 expected.set_page_url(kLandingURL); in TEST_F()
374 expected.set_page_url(kLandingURL); in TEST_F()
425 expected.set_page_url(kLandingURL); in TEST_F()
497 expected.set_page_url(kLandingURL); in TEST_F()
557 expected.set_page_url(kLandingURL); in TEST_F()
626 expected.set_page_url(kLandingURL); in TEST_F()
674 expected.set_page_url(kLandingURL); in TEST_F()
Dmalware_details.cc168 report_->set_page_url(page_url.spec()); in StartCollection()
/external/chromium/chrome/browser/safe_browsing/
Dmalware_details_unittest.cc304 expected.set_page_url(kLandingURL); in TEST_F()
336 expected.set_page_url(kLandingURL); in TEST_F()
388 expected.set_page_url(kLandingURL); in TEST_F()
458 expected.set_page_url(kLandingURL); in TEST_F()
515 expected.set_page_url(kLandingURL); in TEST_F()
582 expected.set_page_url(kLandingURL); in TEST_F()
Dmalware_details.cc160 report_->set_page_url(page_url.spec()); in StartCollection()
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
Dactivity_log_private_api_unittest.cc52 action->set_page_url(GURL("http://www.google.com")); in TEST_F()
/external/chromium_org/chrome/browser/feedback/
Dfeedback_data.h88 void set_page_url(const std::string& page_url) { page_url_ = page_url; } in set_page_url() function
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
Dfeedback_private_api.cc190 feedback_data->set_page_url(*feedback_info.page_url.get()); in RunImpl()
/external/chromium_org/chrome/browser/profile_resetter/
Dresettable_settings_snapshot.cc176 feedback_data->set_page_url(""); in SendSettingsFeedback()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_message_filter.cc527 action->set_page_url(params.url); in OnAddDOMActionToExtensionActivityLog()
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api.cc1699 action->set_page_url(url); in LogExtensionActivity()