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

  /external/chromium/net/base/
cookie_monster.cc 884 int64 cookie_creation_time = (*it)->CreationDate().ToInternalValue();
886 if (creation_times.insert(cookie_creation_time).second) {
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 1482 int64 cookie_creation_time = (*it)->CreationDate().ToInternalValue(); local
    [all...]

Completed in 163 milliseconds