HomeSort by relevance Sort by last modified time
    Searched full:set_page_url (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 315 action->set_page_url(GURL("http://www.google1.com"));
328 action->set_page_url(GURL("http://www.google2.com"));
502 action_dom->set_page_url(gurl);
540 action_dom->set_page_url(gurl);
669 action->set_page_url(GURL("http://www.google.com"));
677 action->set_page_url(GURL("http://www.google.com"));
716 action->set_page_url(GURL("http://www.google.com"));
724 action->set_page_url(GURL("http://www.google.com"));
732 action->set_page_url(GURL("http://www.google.com"));
759 action->set_page_url(GURL("http://www.google.com"))
    [all...]
counting_policy_unittest.cc 430 action->set_page_url(GURL("http://www.google1.com"));
443 action->set_page_url(GURL("http://www.google2.com"));
632 action->set_page_url(GURL("http://www.google.com"));
638 action->set_page_url(GURL("http://www.google.com"));
677 action->set_page_url(GURL("http://www.google.com"));
685 action->set_page_url(GURL("http://www.google.com"));
693 action->set_page_url(GURL("http://www.google.com"));
731 action_dom->set_page_url(gurl);
893 action->set_page_url(GURL("http://www.google.com/"));
    [all...]
uma_policy_unittest.cc 139 action1->set_page_url(GURL(site_a));
144 action2->set_page_url(GURL(site_a));
151 action3->set_page_url(GURL(site_a));
159 action4->set_page_url(GURL(site_b));
166 action5->set_page_url(GURL(site_b));
activity_log_policy.cc 90 action->set_page_url(GURL());
108 action->set_page_url(action->page_url().ReplaceComponents(url_sanitizer));
activity_actions.cc 94 clone->set_page_url(page_url());
170 void Action::set_page_url(const GURL& page_url) { function in class:extensions::Action
196 set_page_url(GURL(url.substr(strlen(constants::kIncognitoUrl))));
198 set_page_url(GURL(url));
activity_log_policy_unittest.cc 25 action->set_page_url(GURL("http://www.google.com/"));
activity_log_unittest.cc 220 action->set_page_url(GURL("http://www.google.com"));
295 action->set_page_url(GURL("http://www.google.com/"));
308 action->set_page_url(GURL("http://www.google.com/"));
371 action->set_page_url(GURL("http://www.google.com"));
activity_actions.h 132 void set_page_url(const GURL& page_url);
activity_log.cc 585 action->set_page_url(on_url);
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api_unittest.cc 54 action->set_page_url(GURL("http://www.google.com"));
  /external/chromium_org/chrome/browser/extensions/api/web_request/
chrome_extension_web_request_event_router_delegate.cc 66 action->set_page_url(url);
  /external/chromium_org/components/feedback/
feedback_common_unittest.cc 41 feedback->set_page_url(kThree);
feedback_common.h 82 void set_page_url(const std::string& page_url) { page_url_ = page_url; } function in class:FeedbackCommon
  /external/chromium_org/chrome/browser/safe_browsing/
malware_details_unittest.cc 341 expected.set_page_url(kLandingURL);
374 expected.set_page_url(kLandingURL);
425 expected.set_page_url(kLandingURL);
497 expected.set_page_url(kLandingURL);
557 expected.set_page_url(kLandingURL);
626 expected.set_page_url(kLandingURL);
674 expected.set_page_url(kLandingURL);
malware_details.cc 160 report_->set_page_url(page_url.spec());
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 183 feedback_data->set_page_url(*feedback_info.page_url.get());
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 241 feedback_data->set_page_url("");
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.cc 308 action->set_page_url(params.url);

Completed in 226 milliseconds