Home
last modified time | relevance | path

Searched refs:cookie_creation_time (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dcookie_monster.cc884 int64 cookie_creation_time = (*it)->CreationDate().ToInternalValue(); in InitStore() local
886 if (creation_times.insert(cookie_creation_time).second) { in InitStore()