OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cookie_monster_delegate
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/content/public/browser/
cookie_store_factory.h
28
net::CookieMonster::Delegate*
cookie_monster_delegate
,
38
net::CookieMonster::Delegate*
cookie_monster_delegate
,
/external/chromium/chrome/browser/profiles/
profile_io_data.h
108
scoped_refptr<net::CookieMonster::Delegate>
cookie_monster_delegate
;
member in struct:ProfileIOData::ProfileParams
profile_impl_io_data.cc
248
NULL, profile_params->
cookie_monster_delegate
);
263
profile_params->
cookie_monster_delegate
);
off_the_record_profile_io_data.cc
150
new net::CookieMonster(NULL, profile_params->
cookie_monster_delegate
));
profile_io_data.cc
175
params->
cookie_monster_delegate
= new ChromeCookieMonsterDelegate(profile);
/external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.cc
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc
430
NULL, profile_params->
cookie_monster_delegate
.get());
445
profile_params->
cookie_monster_delegate
.get(),
off_the_record_profile_io_data.cc
204
NULL, profile_params->
cookie_monster_delegate
.get()));
profile_io_data.h
269
scoped_refptr<net::CookieMonster::Delegate>
cookie_monster_delegate
;
member in struct:ProfileIOData::ProfileParams
profile_io_data.cc
378
params->
cookie_monster_delegate
=
[
all
...]
Completed in 150 milliseconds