OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationContentSettingsMap
(Results
1 - 16
of
16
) sorted by null
/external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.h
20
GeolocationContentSettingsMap
* map);
49
const
GeolocationContentSettingsMap
::OneOriginSettings& settings);
51
GeolocationContentSettingsMap
* map_;
geolocation_content_settings_map.h
31
class
GeolocationContentSettingsMap
32
: public base::RefCountedThreadSafe<
GeolocationContentSettingsMap
>,
38
explicit
GeolocationContentSettingsMap
(Profile* profile);
40
virtual ~
GeolocationContentSettingsMap
();
99
friend class base::RefCountedThreadSafe<
GeolocationContentSettingsMap
>;
122
DISALLOW_COPY_AND_ASSIGN(
GeolocationContentSettingsMap
);
geolocation_content_settings_map.cc
38
GeolocationContentSettingsMap
::kDefaultSetting = CONTENT_SETTING_ASK;
40
GeolocationContentSettingsMap
::
GeolocationContentSettingsMap
(Profile* profile)
51
void
GeolocationContentSettingsMap
::RegisterUserPrefs(PrefService* prefs) {
57
ContentSetting
GeolocationContentSettingsMap
::GetDefaultContentSetting() const {
69
bool
GeolocationContentSettingsMap
::IsDefaultContentSettingManaged() const {
78
ContentSetting
GeolocationContentSettingsMap
::GetContentSetting(
110
GeolocationContentSettingsMap
::AllOriginsSettings
111
GeolocationContentSettingsMap
::GetAllOriginsSettings() const {
138
void
GeolocationContentSettingsMap
::SetDefaultContentSetting
[
all
...]
geolocation_content_settings_map_unittest.cc
31
Source<
GeolocationContentSettingsMap
> content_settings(source);
44
GeolocationContentSettingsMap
* last_notifier;
68
GeolocationContentSettingsMap
* map =
79
GeolocationContentSettingsMap
* map =
107
GeolocationContentSettingsMap
* map =
133
GeolocationContentSettingsMap
::AllOriginsSettings content_settings(
137
GeolocationContentSettingsMap
::OneOriginSettings one_origin_settings(
156
GeolocationContentSettingsMap
* map =
169
GeolocationContentSettingsMap
* map =
176
GeolocationContentSettingsMap
::AllOriginsSettings content_settings
[
all
...]
geolocation_exceptions_table_model_unittest.cc
41
scoped_refptr<
GeolocationContentSettingsMap
> map(
58
scoped_refptr<
GeolocationContentSettingsMap
> map(
87
scoped_refptr<
GeolocationContentSettingsMap
> map(
114
scoped_refptr<
GeolocationContentSettingsMap
> map(
geolocation_settings_state.h
15
class
GeolocationContentSettingsMap
;
geolocation_exceptions_table_model.cc
65
GeolocationContentSettingsMap
* map)
68
GeolocationContentSettingsMap
::AllOriginsSettings settings(
70
GeolocationContentSettingsMap
::AllOriginsSettings::const_iterator i;
238
const
GeolocationContentSettingsMap
::OneOriginSettings& settings) {
239
GeolocationContentSettingsMap
::OneOriginSettings::const_iterator parent =
247
GeolocationContentSettingsMap
::OneOriginSettings::const_iterator i;
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
435
GeolocationContentSettingsMap
* map =
437
GeolocationContentSettingsMap
::AllOriginsSettings all_settings =
439
GeolocationContentSettingsMap
::AllOriginsSettings::const_iterator i;
444
const
GeolocationContentSettingsMap
::OneOriginSettings& one_settings =
447
GeolocationContentSettingsMap
::OneOriginSettings::const_iterator parent =
457
GeolocationContentSettingsMap
::OneOriginSettings::const_iterator j;
/external/chromium/android/autofill/
profile_android.h
87
class
GeolocationContentSettingsMap
;
189
virtual
GeolocationContentSettingsMap
* GetGeolocationContentSettingsMap() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
profile.h
84
class
GeolocationContentSettingsMap
;
409
virtual
GeolocationContentSettingsMap
* GetGeolocationContentSettingsMap() = 0;
profile_impl.h
98
virtual
GeolocationContentSettingsMap
* GetGeolocationContentSettingsMap();
238
scoped_refptr<
GeolocationContentSettingsMap
>
profile.cc
460
virtual
GeolocationContentSettingsMap
* GetGeolocationContentSettingsMap() {
profile_impl.cc
[
all
...]
/external/chromium/chrome/browser/prefs/
browser_prefs.cc
144
GeolocationContentSettingsMap
::RegisterUserPrefs(user_prefs);
/external/chromium/chrome/browser/
content_setting_bubble_model_unittest.cc
171
GeolocationContentSettingsMap
* setting_map =
content_setting_bubble_model.cc
467
GeolocationContentSettingsMap
* settings_map =
Completed in 240 milliseconds