OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:host_content_settings_map_
(Results
1 - 18
of
18
) sorted by null
/external/chromium/chrome/browser/net/
chrome_cookie_policy.cc
19
:
host_content_settings_map_
(map),
30
if (
host_content_settings_map_
->BlockThirdPartyCookies()) {
52
if (
host_content_settings_map_
->BlockThirdPartyCookies()) {
67
ContentSetting setting =
host_content_settings_map_
->GetContentSetting(
chrome_cookie_policy.h
35
const scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:ChromeCookiePolicy
chrome_url_request_context.h
79
return
host_content_settings_map_
;
103
host_content_settings_map_
= host_content_settings_map;
144
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:ChromeURLRequestContext
/external/chromium_org/chrome/browser/content_settings/
cookie_settings.cc
93
:
host_content_settings_map_
(host_content_settings_map),
113
return
host_content_settings_map_
->GetDefaultContentSetting(
137
return
host_content_settings_map_
->GetSettingsForOneType(
143
host_content_settings_map_
->SetDefaultContentSetting(
155
host_content_settings_map_
->SetContentSetting(primary_pattern,
165
host_content_settings_map_
->SetContentSetting(primary_pattern,
188
scoped_ptr<base::Value> value(
host_content_settings_map_
->GetWebsiteSetting(
cookie_settings.h
139
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:CookieSettings
/external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.cc
68
host_content_settings_map_
(profile->GetHostContentSettingsMap()),
85
host_content_settings_map_
(NULL) {
353
host_content_settings_map_
->GetWebsiteSetting(
358
host_content_settings_map_
->GetWebsiteSetting(
364
value.reset(
host_content_settings_map_
->GetWebsiteSetting(
plugin_info_message_filter.h
70
const HostContentSettingsMap*
host_content_settings_map_
;
member in class:PluginInfoMessageFilter::Context
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc
160
if (
host_content_settings_map_
.get())
161
host_content_settings_map_
->ShutdownOnUIThread();
350
if (!
host_content_settings_map_
.get()) {
351
host_content_settings_map_
= new HostContentSettingsMap(GetPrefs(), true);
355
host_content_settings_map_
->RegisterExtensionService(extension_service);
358
return
host_content_settings_map_
.get();
off_the_record_profile_impl.h
136
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:OffTheRecordProfileImpl
profile_impl.cc
382
host_content_settings_map_
(NULL),
700
if (
host_content_settings_map_
.get())
701
host_content_settings_map_
->ShutdownOnUIThread();
[
all
...]
profile_impl.h
233
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:ProfileImpl
profile_io_data.h
547
mutable scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:ProfileIOData
profile_io_data.cc
779
return
host_content_settings_map_
.get();
[
all
...]
/external/chromium/chrome/browser/profiles/
profile.cc
449
if (!
host_content_settings_map_
.get())
450
host_content_settings_map_
= new HostContentSettingsMap(this);
451
return
host_content_settings_map_
.get();
699
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:OffTheRecordProfileImpl
profile_impl.h
236
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:ProfileImpl
profile_impl.cc
268
host_content_settings_map_
(NULL),
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.cc
398
if (
host_content_settings_map_
.get())
399
host_content_settings_map_
->ShutdownOnUIThread();
770
if (!
host_content_settings_map_
.get()) {
771
host_content_settings_map_
= new HostContentSettingsMap(GetPrefs(), false);
775
host_content_settings_map_
->RegisterExtensionService(extension_service);
778
return
host_content_settings_map_
.get();
testing_profile.h
382
scoped_refptr<HostContentSettingsMap>
host_content_settings_map_
;
member in class:TestingProfile
Completed in 306 milliseconds