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

  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_api.h 34 class CookiesEventRouter : public content::NotificationObserver {
36 explicit CookiesEventRouter(Profile* profile);
37 virtual ~CookiesEventRouter();
60 DISALLOW_COPY_AND_ASSIGN(CookiesEventRouter);
224 scoped_ptr<CookiesEventRouter> cookies_event_router_;
cookies_api.cc 51 CookiesEventRouter::CookiesEventRouter(Profile* profile)
59 CookiesEventRouter::~CookiesEventRouter() {
62 void CookiesEventRouter::Observe(
82 void CookiesEventRouter::CookieChanged(
129 void CookiesEventRouter::DispatchEvent(
580 cookies_event_router_.reset(new CookiesEventRouter(profile_));

Completed in 498 milliseconds