Home
last modified time | relevance | path

Searched refs:query_parser (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/components/
Dquery_parser.gypi8 'target_name': 'query_parser',
19 'query_parser/query_parser.cc',
20 'query_parser/query_parser.h',
21 'query_parser/snippet.cc',
22 'query_parser/snippet.h',
Dcomponents.gyp47 'query_parser.gypi',
Dhistory.gypi23 'query_parser',
Dbookmarks.gypi26 'query_parser',
Dcomponents_tests.gyp189 'query_parser/query_parser_unittest.cc',
190 'query_parser/snippet_unittest.cc',
408 # Dependencies of query_parser
409 'components.gyp:query_parser',
/external/chromium_org/components/history/core/browser/
Durl_row.h168 const query_parser::Snippet::MatchPositions& title_matches);
175 const query_parser::Snippet& snippet() const { return snippet_; } in snippet()
185 const query_parser::Snippet::MatchPositions& title_match_positions() const { in title_match_positions()
200 query_parser::Snippet snippet_;
201 query_parser::Snippet::MatchPositions title_match_positions_;
DBUILD.gn31 "//components/query_parser",
Durl_row.cc71 const query_parser::Snippet::MatchPositions& title_matches) in URLResult()
Durl_database.h292 query_parser::QueryParser query_parser_;
Durl_database.cc359 ScopedVector<query_parser::QueryNode> query_nodes; in GetTextMatches()
367 query_parser::QueryWordVector query_words; in GetTextMatches()
/external/chromium_org/components/query_parser/
DBUILD.gn5 source_set("query_parser") {
7 "query_parser.cc",
8 "query_parser.h",
DREADME1 query_parser is a components used by both history and bookmarks to avoid having
5 query_parser is not allowed to depend on content/, because it is used by iOS.
6 If dependences on content/ need to be added to query_parser, it will have to be
Dquery_parser.h14 namespace query_parser {
27 typedef std::vector<query_parser::QueryWord> QueryWordVector;
60 typedef std::vector<query_parser::QueryNode*> QueryNodeStarVector;
Dsnippet.h15 namespace query_parser {
Dsnippet_unittest.cc14 namespace query_parser { namespace
Dquery_parser_unittest.cc11 namespace query_parser { namespace
Dsnippet.cc18 namespace query_parser { namespace
/external/chromium_org/components/bookmarks/browser/
Dbookmark_index.cc156 query_parser::QueryParser parser; in GetBookmarksMatching()
157 ScopedVector<query_parser::QueryNode> query_nodes; in GetBookmarksMatching()
202 query_parser::QueryParser* parser, in AddMatchToResults()
203 const query_parser::QueryNodeStarVector& query_nodes, in AddMatchToResults()
210 query_parser::QueryWordVector title_words, url_words; in AddMatchToResults()
218 query_parser::Snippet::MatchPositions title_matches, url_matches; in AddMatchToResults()
226 query_parser::QueryParser::SortAndCoalesceMatchPositions(&title_matches); in AddMatchToResults()
227 query_parser::QueryParser::SortAndCoalesceMatchPositions(&url_matches); in AddMatchToResults()
256 if (!query_parser::QueryParser::IsWordLongEnoughForPrefixSearch(term)) { in GetBookmarksMatchingTerm()
336 query_parser::QueryParser parser; in ExtractQueryWords()
Dbookmark_index.h66 query_parser::QueryParser* parser,
67 const query_parser::QueryNodeStarVector& query_nodes,
DBUILD.gn46 "//components/query_parser",
/external/chromium_org/chrome/browser/autocomplete/
Dbookmark_provider.cc43 for (query_parser::Snippet::MatchPositions::iterator it = in CorrectTitleAndMatchPositions()
46 (*it) = query_parser::Snippet::MatchPosition( in CorrectTitleAndMatchPositions()
148 void operator()(const query_parser::Snippet::MatchPosition& match) { in operator ()()
316 const query_parser::Snippet::MatchPositions& positions, in ClassificationsFromMatch()
328 for (query_parser::Snippet::MatchPositions::const_iterator i = in ClassificationsFromMatch()
Dbookmark_provider.h69 const query_parser::Snippet::MatchPositions& positions,
/external/chromium_org/components/history/
DDEPS4 "+components/query_parser",
/external/chromium_org/components/bookmarks/
DDEPS5 "+components/query_parser",
/external/chromium_org/chrome/browser/
DDEPS57 "+components/query_parser",

12