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 424 bool in_quotes = false; // whether we're currently in a quoted phrase local
431 if (in_quotes)
436 if (!in_quotes) {
440 in_quotes = true;
443 in_quotes = false;

Completed in 1332 milliseconds