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

  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 52 struct CookieStoreCommand {
59 CookieStoreCommand(Type type, const CanonicalCookie& cookie)
73 typedef std::vector<CookieStoreCommand> CommandList;
cookie_monster_store_test.cc 66 CookieStoreCommand(CookieStoreCommand::ADD, cookie));
71 commands_.push_back(CookieStoreCommand(
72 CookieStoreCommand::UPDATE_ACCESS_TIME, cookie));
77 CookieStoreCommand(CookieStoreCommand::REMOVE, cookie));
cookie_monster_unittest.cc     [all...]

Completed in 100 milliseconds