OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveURLs
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/performance/
bookmarks_sync_perf_test.cc
34
void
RemoveURLs
(int profile);
68
void BookmarksSyncPerfTest::
RemoveURLs
(int profile) {
103
RemoveURLs
(0);
typed_urls_sync_perf_test.cc
44
void
RemoveURLs
(int profile);
74
void TypedUrlsSyncPerfTest::
RemoveURLs
(int profile) {
113
RemoveURLs
(0);
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h
119
void
RemoveURLs
(const std::vector<GURL>& restrict_urls);
120
void
RemoveURLs
(const std::set<GURL>& restrict_urls);
fullstream_ui_policy.h
47
virtual void
RemoveURLs
(const std::vector<GURL>& restrict_urls) OVERRIDE;
83
// The implementation of
RemoveURLs
; this must only run on the database
counting_policy.h
52
virtual void
RemoveURLs
(const std::vector<GURL>&) OVERRIDE;
101
// The implementation of
RemoveURLs
; this must only run on the database
activity_log.cc
654
void ActivityLog::
RemoveURLs
(const std::vector<GURL>& restrict_urls) {
657
database_policy_->
RemoveURLs
(restrict_urls);
660
void ActivityLog::
RemoveURLs
(const std::set<GURL>& restrict_urls) {
669
database_policy_->
RemoveURLs
(urls);
677
RemoveURLs
(urls);
activity_log_policy.h
185
virtual void
RemoveURLs
(const std::vector<GURL>& restrict_urls) = 0;
counting_policy_unittest.cc
[
all
...]
fullstream_ui_policy.cc
417
void FullStreamUIPolicy::
RemoveURLs
(const std::vector<GURL>& restrict_urls) {
fullstream_ui_policy_unittest.cc
776
policy->
RemoveURLs
(no_url_restrictions);
852
policy->
RemoveURLs
(urls);
[
all
...]
counting_policy.cc
742
void CountingPolicy::
RemoveURLs
(const std::vector<GURL>& restrict_urls) {
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.cc
221
activity_log->
RemoveURLs
(gurls);
/external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc
442
activity_log->
RemoveURLs
(restrict_urls);
472
activity_log->
RemoveURLs
(restrict_urls);
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.cc
302
extensions::ActivityLog::GetInstance(profile_)->
RemoveURLs
(restrict_urls);
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
history_ui.cc
649
activity_log->
RemoveURLs
(it->urls);
[
all
...]
Completed in 233 milliseconds