Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile_impl_io_data.cc248 NULL, profile_params->cookie_monster_delegate); in LazyInitializeInternal()
263 profile_params->cookie_monster_delegate); in LazyInitializeInternal()
Dprofile_io_data.h108 scoped_refptr<net::CookieMonster::Delegate> cookie_monster_delegate; member
Doff_the_record_profile_io_data.cc150 new net::CookieMonster(NULL, profile_params->cookie_monster_delegate)); in LazyInitializeInternal()
Dprofile_io_data.cc175 params->cookie_monster_delegate = new ChromeCookieMonsterDelegate(profile); in InitializeProfileParams()