Searched refs:RemoveURLs (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/performance/
H A Dbookmarks_sync_perf_test.cc34 void RemoveURLs(int profile);
68 void BookmarksSyncPerfTest::RemoveURLs(int profile) { function in class:BookmarksSyncPerfTest
103 RemoveURLs(0);
H A Dtyped_urls_sync_perf_test.cc44 void RemoveURLs(int profile);
74 void TypedUrlsSyncPerfTest::RemoveURLs(int profile) { function in class:TypedUrlsSyncPerfTest
113 RemoveURLs(0);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Dactivity_log.h119 void RemoveURLs(const std::vector<GURL>& restrict_urls);
120 void RemoveURLs(const std::set<GURL>& restrict_urls);
H A Dfullstream_ui_policy.h47 virtual void RemoveURLs(const std::vector<GURL>& restrict_urls) OVERRIDE;
83 // The implementation of RemoveURLs; this must only run on the database
H A Dcounting_policy.h52 virtual void RemoveURLs(const std::vector<GURL>&) OVERRIDE;
101 // The implementation of RemoveURLs; this must only run on the database
H A Dactivity_log.cc654 void ActivityLog::RemoveURLs(const std::vector<GURL>& restrict_urls) { function in class:extensions::ActivityLog
657 database_policy_->RemoveURLs(restrict_urls);
660 void ActivityLog::RemoveURLs(const std::set<GURL>& restrict_urls) { function in class:extensions::ActivityLog
669 database_policy_->RemoveURLs(urls);
677 RemoveURLs(urls);
H A Dactivity_log_policy.h185 virtual void RemoveURLs(const std::vector<GURL>& restrict_urls) = 0;
H A Dcounting_policy_unittest.cc1087 policy->RemoveURLs(no_url_restrictions);
1164 policy->RemoveURLs(urls);
1361 policy->RemoveURLs(no_url_restrictions);
H A Dfullstream_ui_policy.cc417 void FullStreamUIPolicy::RemoveURLs(const std::vector<GURL>& restrict_urls) { function in class:extensions::FullStreamUIPolicy
H A Dfullstream_ui_policy_unittest.cc776 policy->RemoveURLs(no_url_restrictions);
852 policy->RemoveURLs(urls);
H A Dcounting_policy.cc742 void CountingPolicy::RemoveURLs(const std::vector<GURL>& restrict_urls) { function in class:extensions::CountingPolicy
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api.cc221 activity_log->RemoveURLs(gurls);
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc442 activity_log->RemoveURLs(restrict_urls);
472 activity_log->RemoveURLs(restrict_urls);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.cc302 extensions::ActivityLog::GetInstance(profile_)->RemoveURLs(restrict_urls);
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc649 activity_log->RemoveURLs(it->urls);

Completed in 175 milliseconds