HomeSort by relevance Sort by last modified time
    Searched full:in_quotes (Results 1 - 2 of 2) 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;
  /external/chromium_org/chrome/browser/history/
query_parser.cc 422 bool in_quotes = false; // whether we're currently in a quoted phrase local
429 if (in_quotes)
434 if (!in_quotes) {
438 in_quotes = true;
441 in_quotes = false;

Completed in 105 milliseconds