OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:term_char_word_set_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
228
term_char_word_set_cache_
.clear();
324
term_char_word_set_cache_
.clear();
336
term_char_word_set_cache_
.clear();
346
// Reset used_ flags for
term_char_word_set_cache_
. We use a basic mark-
385
term_char_word_set_cache_
.erase(
386
std::remove_if(
term_char_word_set_cache_
.begin(),
387
term_char_word_set_cache_
.end(),
389
term_char_word_set_cache_
.end());
398
term_char_word_set_cache_
.begin();
399
iter !=
term_char_word_set_cache_
.end(); ++iter
[
all
...]
in_memory_url_index.h
269
// cached results in the
term_char_word_set_cache_
of the set with best
272
// same as the character of the first entry in
term_char_word_set_cache_
).
401
TermCharWordSetVector
term_char_word_set_cache_
;
member in class:history::InMemoryURLIndex
Completed in 363 milliseconds