OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:restrict_urls
(Results
26 - 31
of
31
) sorted by null
1
2
/external/chromium/chrome/browser/history/
history.h
408
// If |
restrict_urls
| is not empty, only visits to the URLs in this set are
410
void ExpireHistoryBetween(const std::set<GURL>&
restrict_urls
,
[
all
...]
history_backend.cc
[
all
...]
history_backend_unittest.cc
484
std::set<GURL>
restrict_urls
;
local
485
backend_->expire_backend()->ExpireHistoryBetween(
restrict_urls
,
[
all
...]
/external/chromium_org/chrome/browser/history/
history_backend.h
427
const std::set<GURL>&
restrict_urls
,
[
all
...]
history_backend.cc
[
all
...]
history_backend_unittest.cc
757
std::set<GURL>
restrict_urls
;
local
758
backend_->expire_backend()->ExpireHistoryBetween(
restrict_urls
,
[
all
...]
Completed in 795 milliseconds
1
2