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

  /external/chromium_org/chrome/browser/extensions/activity_log/
fullstream_ui_policy_unittest.cc 285 action_dom->set_page_url(gurl);
323 action_dom->set_page_url(gurl);
452 action->set_page_url(GURL("http://www.google.com"));
460 action->set_page_url(GURL("http://www.google.com"));
499 action->set_page_url(GURL("http://www.google.com"));
507 action->set_page_url(GURL("http://www.google.com"));
515 action->set_page_url(GURL("http://www.google.com"));
542 action->set_page_url(GURL("http://www.google.com"));
551 action->set_page_url(GURL("http://www.google2.com"));
585 action->set_page_url(GURL("http://www.google1.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));
counting_policy_unittest.cc 400 action->set_page_url(GURL("http://www.google.com"));
406 action->set_page_url(GURL("http://www.google.com"));
445 action->set_page_url(GURL("http://www.google.com"));
453 action->set_page_url(GURL("http://www.google.com"));
461 action->set_page_url(GURL("http://www.google.com"));
499 action_dom->set_page_url(gurl);
661 action->set_page_url(GURL("http://www.google.com/"));
838 action->set_page_url(GURL("http://www.google.com"));
847 action->set_page_url(GURL("http://www.google2.com"));
    [all...]
activity_actions.cc 68 clone->set_page_url(page_url());
89 void Action::set_page_url(const GURL& page_url) { function in class:extensions::Action
115 set_page_url(GURL(url.substr(strlen(constants::kIncognitoUrl))));
117 set_page_url(GURL(url));
activity_log_unittest.cc 180 action->set_page_url(GURL("http://www.google.com"));
253 action->set_page_url(GURL("http://www.google.com/"));
266 action->set_page_url(GURL("http://www.google.com/"));
329 action->set_page_url(GURL("http://www.google.com"));
activity_log_policy.cc 90 action->set_page_url(GURL());
108 action->set_page_url(action->page_url().ReplaceComponents(url_sanitizer));
activity_log_policy_unittest.cc 25 action->set_page_url(GURL("http://www.google.com/"));
activity_actions.h 81 void set_page_url(const GURL& page_url);
activity_log.cc 601 action->set_page_url(on_url);
  /external/chromium/chrome/browser/safe_browsing/
malware_details_unittest.cc 304 expected.set_page_url(kLandingURL);
336 expected.set_page_url(kLandingURL);
388 expected.set_page_url(kLandingURL);
458 expected.set_page_url(kLandingURL);
515 expected.set_page_url(kLandingURL);
582 expected.set_page_url(kLandingURL);
malware_details.cc 160 report_->set_page_url(page_url.spec());
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api_unittest.cc 52 action->set_page_url(GURL("http://www.google.com"));
  /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 168 report_->set_page_url(page_url.spec());
  /external/chromium_org/chrome/browser/feedback/
feedback_data.h 88 void set_page_url(const std::string& page_url) { page_url_ = page_url; } function in class:FeedbackData
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 190 feedback_data->set_page_url(*feedback_info.page_url.get());
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.cc 176 feedback_data->set_page_url("");
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_message_filter.cc 527 action->set_page_url(params.url);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.cc     [all...]

Completed in 490 milliseconds