OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:word_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
in_memory_url_index.cc
440
// the char/
word_id
map entry and intersect with the set in an incremental
457
WordID
word_id
= *word_id_iter;
local
458
WordIDHistoryMap::iterator word_iter = word_id_history_map_.find(
word_id
);
538
void InMemoryURLIndex::UpdateWordHistory(WordID
word_id
, HistoryID history_id) {
539
WordIDHistoryMap::iterator history_pos = word_id_history_map_.find(
word_id
);
550
WordID
word_id
= word_list_.size() - 1;
local
551
word_map_[uni_word] =
word_id
;
554
word_id_history_map_[
word_id
] = history_id_set;
565
word_id_set.insert(
word_id
);
569
word_id_set.insert(
word_id
);
[
all
...]
in_memory_url_index.h
209
// A map from
word_id
to history item.
307
// |history_id| to set for |
word_id
| in the word_id_history_map_.
308
void UpdateWordHistory(WordID
word_id
, HistoryID history_id);
310
// Creates a new entry in the word/history map for |
word_id
| and add
391
// the immutability of the
word_id
throughout the session, reducing
Completed in 19 milliseconds