Home
last modified time | relevance | path

Searched refs:CookieNotification (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/base/
Dcookie_monster_store_test.h84 CookieNotification; typedef
88 const std::vector<CookieNotification>& changes() const { return changes_; } in changes()
100 std::vector<CookieNotification> changes_;
Dcookie_monster_store_test.cc70 CookieNotification notification(cookie, removed); in OnCookieChanged()
/external/chromium_org/net/cookies/
Dcookie_monster_store_test.h122 CookieNotification; typedef
126 const std::vector<CookieNotification>& changes() const { return changes_; } in changes()
138 std::vector<CookieNotification> changes_;
Dcookie_monster_store_test.cc96 CookieNotification notification(cookie, removed); in OnCookieChanged()