OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QueryWord
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
query_parser.h
20
struct
QueryWord
{
50
virtual bool HasMatchIn(const std::vector<
QueryWord
>& words,
105
std::vector<
QueryWord
>* words);
/external/chromium_org/chrome/browser/history/
query_parser.h
17
struct
QueryWord
{
46
virtual bool HasMatchIn(const std::vector<
QueryWord
>& words,
50
virtual bool HasMatchIn(const std::vector<
QueryWord
>& words) const = 0;
97
bool DoesQueryMatch(const std::vector<
QueryWord
>& words,
102
std::vector<
QueryWord
>* words);
Completed in 2105 milliseconds