OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/history/
url_index_private_data.cc
702
HistoryID
history_id
= static_cast<HistoryID>(row_id);
local
703
DCHECK_LT(
history_id
, std::numeric_limits<HistoryID>::max());
711
history_info_map_[
history_id
].url_row = new_row;
716
word_starts_map_[
history_id
] = word_starts;
743
HistoryID
history_id
= static_cast<HistoryID>(row.id());
local
757
AddWordToIndex(*word_iter,
history_id
);
763
HistoryID
history_id
) {
766
UpdateWordHistory(word_pos->second,
history_id
);
768
AddWordHistory(term,
history_id
);
772
HistoryID
history_id
) {
832
HistoryID
history_id
= static_cast<HistoryID>(row.id());
local
840
HistoryID
history_id
= static_cast<HistoryID>(row.id());
local
1163
HistoryID
history_id
= iter->
history_id
();
local
1205
HistoryID
history_id
= iter->
history_id
();
local
[
all
...]
url_index_private_data.h
208
void operator()(const HistoryID
history_id
);
275
// history item identified by |
history_id
| to the index.
276
void AddWordToIndex(const base::string16& uni_word, HistoryID
history_id
);
279
// |
history_id
| as the initial element of the word's set.
280
void AddWordHistory(const base::string16& uni_word, HistoryID
history_id
);
283
// |
history_id
| to set for |word_id| in the word_id_history_map_.
284
void UpdateWordHistory(WordID word_id, HistoryID
history_id
);
286
// Adds |word_id| to |
history_id
|'s entry in the history/word map,
288
void AddToHistoryIDWordMap(HistoryID
history_id
, WordID word_id);
Completed in 2619 milliseconds