OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_settings_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
extension_management.cc
187
if (!
global_settings_
.has_restricted_install_sources)
191
global_settings_
.install_sources;
212
return
global_settings_
;
241
global_settings_
.Reset();
305
global_settings_
.has_restricted_install_sources = true;
312
global_settings_
.install_sources.AddPattern(entry);
323
global_settings_
.has_restricted_allowed_types = true;
330
global_settings_
.allowed_types.push_back(
336
global_settings_
.allowed_types.push_back(manifest_type);
extension_management.h
134
// Returns a constant reference to |
global_settings_
|.
174
GlobalSettings
global_settings_
;
member in class:extensions::ExtensionManagement
Completed in 297 milliseconds