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

  /external/chromium/net/base/
cookie_monster.h 591 bool IsHostCookie() const { return !IsDomainCookie(); }
    [all...]
cookie_monster.cc 692 if (cc->IsHostCookie() && cc->IsDomainMatch(scheme, host)) {
    [all...]

Completed in 5838 milliseconds