OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:in_quotes
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/history/
query_parser.cc
335
bool
in_quotes
= false; // whether we're currently in a quoted phrase
local
344
if (
in_quotes
)
349
if (!
in_quotes
) {
353
in_quotes
= true;
356
in_quotes
= false;
Completed in 2981 milliseconds