Home
last modified time | relevance | path

Searched defs:TermCharWordSet (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/history/
Din_memory_url_index.cc75 struct InMemoryURLIndex::TermCharWordSet { struct in history::InMemoryURLIndex
76 TermCharWordSet() // Required for STL resize(). in TermCharWordSet() argument
80 TermCharWordSet(const char16& uni_char, in TermCharWordSet() function
88 bool is_not_used() const { return !used_; } in is_not_used()
90 char16 char_;
91 WordIDSet word_id_set_;
92 bool used_; // true if this set has been used for the current term search.