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

  /external/chromium/net/base/
cookie_monster_store_test.h 19 struct CookieStoreCommand {
26 CookieStoreCommand(Type type,
41 typedef std::vector<CookieStoreCommand> CommandList;
cookie_monster_store_test.cc 39 CookieStoreCommand(CookieStoreCommand::ADD, cookie));
44 commands_.push_back(CookieStoreCommand(
45 CookieStoreCommand::UPDATE_ACCESS_TIME, cookie));
51 CookieStoreCommand(CookieStoreCommand::REMOVE, cookie));
cookie_monster_unittest.cc     [all...]

Completed in 58 milliseconds