OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_enum
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
url_database_unittest.cc
215
URLDatabase::URLEnumerator
history_enum
;
local
216
EXPECT_TRUE(InitURLEnumeratorForSignificant(&
history_enum
));
219
for (;
history_enum
.GetNextURL(&row); ++row_count)
in_memory_url_index.cc
207
URLDatabase::URLEnumerator
history_enum
;
local
208
if (!history_db->InitURLEnumeratorForSignificant(&
history_enum
))
211
while (
history_enum
.GetNextURL(&row)) {
[
all
...]
Completed in 92 milliseconds