OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArchiveSomeOldHistory
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/history/
expire_history_backend.h
107
FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest,
ArchiveSomeOldHistory
);
210
// Calls
ArchiveSomeOldHistory
to expire some amount of old history, according
219
bool
ArchiveSomeOldHistory
(base::Time end_time,
expire_history_backend_unittest.cc
836
// Tests the return values from
ArchiveSomeOldHistory
. The rest of the
839
TEST_F(ExpireHistoryTest,
ArchiveSomeOldHistory
) {
846
EXPECT_FALSE(expirer_.
ArchiveSomeOldHistory
(
851
EXPECT_FALSE(expirer_.
ArchiveSomeOldHistory
(visit_times[0], reader, 2));
855
EXPECT_TRUE(expirer_.
ArchiveSomeOldHistory
(visit_times[2], reader, 1));
[
all
...]
expire_history_backend.cc
274
ArchiveSomeOldHistory
(end_time, GetAllVisitsReader(),
593
bool more_to_expire =
ArchiveSomeOldHistory
(GetCurrentArchiveTime(), reader,
605
bool ExpireHistoryBackend::
ArchiveSomeOldHistory
(
/external/chromium_org/chrome/browser/history/
expire_history_backend.h
119
FRIEND_TEST_ALL_PREFIXES(ExpireHistoryTest,
ArchiveSomeOldHistory
);
220
// Calls
ArchiveSomeOldHistory
to expire some amount of old history, according
229
bool
ArchiveSomeOldHistory
(base::Time end_time,
expire_history_backend_unittest.cc
804
// Tests the return values from
ArchiveSomeOldHistory
. The rest of the
807
TEST_F(ExpireHistoryTest,
ArchiveSomeOldHistory
) {
814
EXPECT_FALSE(expirer_.
ArchiveSomeOldHistory
(
819
EXPECT_FALSE(expirer_.
ArchiveSomeOldHistory
(visit_times[0], reader, 2));
823
EXPECT_TRUE(expirer_.
ArchiveSomeOldHistory
(visit_times[2], reader, 1));
856
// Tests how
ArchiveSomeOldHistory
treats source information.
864
ASSERT_FALSE(expirer_.
ArchiveSomeOldHistory
(Time::Now(), reader, 10));
[
all
...]
expire_history_backend.cc
302
ArchiveSomeOldHistory
(end_time, GetAllVisitsReader(),
600
bool more_to_expire =
ArchiveSomeOldHistory
(GetCurrentArchiveTime(), reader,
612
bool ExpireHistoryBackend::
ArchiveSomeOldHistory
(
Completed in 41 milliseconds