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

  /external/chromium/net/base/
cookie_monster.h 331 bool IsPersistent() const { return DoesExpire(); }
cookie_monster.cc 487 if (cc->IsPersistent() && store_ && sync_to_store)
502 if (cc->IsPersistent() && store_)
510 if (cc->IsPersistent() && store_ && sync_to_store)
    [all...]

Completed in 24 milliseconds