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

  /external/chromium/net/base/
cookie_monster.h 49 typedef std::pair<std::string, CanonicalCookie*> KeyedCanonicalCookie;
377 virtual bool Load(std::vector<CookieMonster::KeyedCanonicalCookie>*) = 0;
cookie_monster.cc 119 std::vector<KeyedCanonicalCookie> cookies;
124 for (std::vector<KeyedCanonicalCookie>::const_iterator it = cookies.begin();
    [all...]

Completed in 18 milliseconds