HomeSort by relevance Sort by last modified time
    Searched refs:found_year (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cookies/
cookie_util.cc 113 bool found_year = false; local
163 } else if (!found_year && token.length() <= 5) {
165 found_year = true;
175 if (!found_day_of_month || !found_month || !found_time || !found_year) {
  /external/chromium/net/base/
cookie_monster.cc 444 bool found_year = false;
494 } else if (!found_year && token.length() <= 5) {
496 found_year = true;
506 if (!found_day_of_month || !found_month || !found_time || !found_year) {
    [all...]

Completed in 24 milliseconds