OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uni_word
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/history/
in_memory_url_index_types.h
115
// Breaks the |
uni_word
| string down into its individual characters.
123
Char16Set Char16SetFromString16(const base::string16&
uni_word
);
url_index_private_data.h
274
// Given a single word in |
uni_word
|, adds a reference for the containing
276
void AddWordToIndex(const base::string16&
uni_word
, HistoryID history_id);
280
void AddWordHistory(const base::string16&
uni_word
, HistoryID history_id);
url_index_private_data.cc
527
base::string16
uni_word
= *iter;
local
528
HistoryIDSet term_history_set = HistoryIDsForTerm(
uni_word
);
[
all
...]
Completed in 44 milliseconds