QueryNodeWord      78 chrome/browser/history/query_parser.cc   explicit QueryNodeWord(const base::string16& word);
QueryNodeWord      79 chrome/browser/history/query_parser.cc   virtual ~QueryNodeWord();
QueryNodeWord     100 chrome/browser/history/query_parser.cc   DISALLOW_COPY_AND_ASSIGN(QueryNodeWord);
QueryNodeWord     103 chrome/browser/history/query_parser.cc QueryNodeWord::QueryNodeWord(const base::string16& word)
QueryNodeWord     107 chrome/browser/history/query_parser.cc QueryNodeWord::~QueryNodeWord() {}
QueryNodeWord     109 chrome/browser/history/query_parser.cc int QueryNodeWord::AppendToSQLiteQuery(base::string16* query) const {
QueryNodeWord     118 chrome/browser/history/query_parser.cc bool QueryNodeWord::IsWord() const {
QueryNodeWord     122 chrome/browser/history/query_parser.cc bool QueryNodeWord::Matches(const base::string16& word, bool exact) const {
QueryNodeWord     129 chrome/browser/history/query_parser.cc bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words,
QueryNodeWord     144 chrome/browser/history/query_parser.cc bool QueryNodeWord::HasMatchIn(const std::vector<QueryWord>& words) const {
QueryNodeWord     152 chrome/browser/history/query_parser.cc void QueryNodeWord::AppendWords(std::vector<base::string16>* words) const {
QueryNodeWord     430 chrome/browser/history/query_parser.cc       QueryNodeWord* word_node = new QueryNodeWord(iter.GetString());