OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:content_settings
(Results
76 - 86
of
86
) sorted by null
1
2
3
4
/external/chromium/chrome/browser/
content_setting_bubble_model.cc
10
#include "chrome/browser/
content_settings
/host_content_settings_map.h"
432
TabSpecificContentSettings*
content_settings
=
local
435
content_settings
->geolocation_settings_state();
463
TabSpecificContentSettings*
content_settings
=
variable
466
content_settings
->geolocation_settings_state().state_map();
/external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc
591
TabSpecificContentSettings*
content_settings
=
local
593
content_settings
->OnGeolocationPermissionSet(requesting_frame.GetOrigin(),
/external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc
80
TabSpecificContentSettings*
content_settings
=
local
83
Source<TabSpecificContentSettings>(
content_settings
));
181
TabSpecificContentSettings*
content_settings
=
local
185
content_settings
->GetAllowedCookiesTreeModel());
260
TabSpecificContentSettings*
content_settings
=
local
264
content_settings
->GetBlockedCookiesTreeModel());
location_bar_view_gtk.cc
1288
TabSpecificContentSettings*
content_settings
= tab_contents ?
local
[
all
...]
/external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc
12
#include "chrome/browser/
content_settings
/content_settings_usages_state.h"
13
#include "chrome/browser/
content_settings
/host_content_settings_map.h"
14
#include "chrome/browser/
content_settings
/tab_specific_content_settings.h"
398
TabSpecificContentSettings*
content_settings
=
local
401
content_settings
->geolocation_usages_state();
/external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.cc
19
#include "chrome/browser/
content_settings
/cookie_settings.h"
20
#include "chrome/browser/
content_settings
/local_shared_objects_container.h"
21
#include "chrome/browser/
content_settings
/tab_specific_content_settings.h"
115
TabSpecificContentSettings*
content_settings
=
local
118
content::Source<TabSpecificContentSettings>(
content_settings
));
221
TabSpecificContentSettings*
content_settings
=
local
225
content_settings
->allowed_local_shared_objects();
302
TabSpecificContentSettings*
content_settings
=
local
306
content_settings
->blocked_local_shared_objects();
/external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc
17
#include "chrome/browser/
content_settings
/cookie_settings.h"
18
#include "chrome/browser/
content_settings
/local_shared_objects_container.h"
19
#include "chrome/browser/
content_settings
/tab_specific_content_settings.h"
207
TabSpecificContentSettings*
content_settings
=
local
210
content::Source<TabSpecificContentSettings>(
content_settings
));
360
TabSpecificContentSettings*
content_settings
=
local
368
content_settings
->allowed_local_shared_objects();
414
TabSpecificContentSettings*
content_settings
=
local
430
content_settings
->blocked_local_shared_objects();
/external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc
471
const base::ListValue*
content_settings
= NULL;
local
474
&
content_settings
)) {
476
*extension_id,
content_settings
, kExtensionPrefsScopeRegular);
480
&
content_settings
)) {
483
content_settings
,
/external/chromium_org/chrome/browser/profiles/
profile_io_data.cc
26
#include "chrome/browser/
content_settings
/content_settings_provider.h"
27
#include "chrome/browser/
content_settings
/cookie_settings.h"
28
#include "chrome/browser/
content_settings
/host_content_settings_map.h"
914
HostContentSettingsMap*
content_settings
=
local
[
all
...]
/external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc
5
#include "chrome/browser/ui/
content_settings
/content_setting_bubble_model.h"
11
#include "chrome/browser/
content_settings
/content_settings_utils.h"
12
#include "chrome/browser/
content_settings
/cookie_settings.h"
23
#include "chrome/browser/ui/
content_settings
/content_setting_bubble_model_delegate.h"
24
#include "chrome/browser/ui/
content_settings
/media_setting_changed_infobar_delegate.h"
26
#include "chrome/common/
content_settings
.h"
44
using
content_settings
::SettingInfo;
45
using
content_settings
::SettingSource;
46
using
content_settings
::SETTING_SOURCE_USER;
47
using
content_settings
::SETTING_SOURCE_NONE
255
TabSpecificContentSettings*
content_settings
=
local
583
TabSpecificContentSettings*
content_settings
=
local
652
TabSpecificContentSettings*
content_settings
=
local
739
HostContentSettingsMap*
content_settings
=
local
784
TabSpecificContentSettings*
content_settings
=
local
915
TabSpecificContentSettings*
content_settings
=
local
947
TabSpecificContentSettings*
content_settings
=
local
1013
TabSpecificContentSettings*
content_settings
=
local
1167
TabSpecificContentSettings*
content_settings
=
local
[
all
...]
/external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc
359
ContentSettingsObserver*
content_settings
=
local
362
content_settings
->SetContentSettingRules(
[
all
...]
Completed in 150 milliseconds
1
2
3
4