/external/chromium_org/chrome/browser/chromeos/settings/ |
owner_flags_storage.h | 15 namespace about_flags { namespace in namespace:chromeos 20 class OwnerFlagsStorage : public ::about_flags::PrefServiceFlagsStorage { 31 } // namespace about_flags
|
owner_flags_storage.cc | 10 #include "chrome/browser/about_flags.h" 17 namespace about_flags { namespace in namespace:chromeos 21 : ::about_flags::PrefServiceFlagsStorage(prefs), 56 ::about_flags::ConvertFlagsToSwitches(this, &command_line, 57 ::about_flags::kNoSentinels); 68 } // namespace about_flags
|
/external/chromium_org/chrome/browser/ |
flags_storage.h | 11 namespace about_flags { namespace 13 // Base class for flags storage implementations. Enables the about_flags 26 } // namespace about_flags
|
pref_service_flags_storage.h | 13 namespace about_flags { namespace 29 } // namespace about_flags
|
pref_service_flags_storage.cc | 12 namespace about_flags { namespace 49 } // namespace about_flags
|
about_flags.h | 24 namespace about_flags { namespace 37 // Experiment is used internally by about_flags to describe an experiment (and 202 } // namespace about_flags
|
about_flags_unittest.cc | 16 #include "chrome/browser/about_flags.h" 188 const about_flags::Experiment* experiments = 189 about_flags::testing::GetExperiments(&num_experiments); 192 const about_flags::Experiment& experiment = experiments[i]; 193 if (experiment.type == about_flags::Experiment::SINGLE_VALUE) { 195 } else if (experiment.type == about_flags::Experiment::MULTI_VALUE) { 200 DCHECK_EQ(experiment.type, about_flags::Experiment::ENABLE_DISABLE_VALUE); 210 namespace about_flags { namespace 746 // Check that all flags in about_flags.cc have entries in login_custom_flags. 757 << "' from about_flags.cc has UMA ID equal to reserved value [all...] |
browser_shutdown.cc | 22 #include "chrome/browser/about_flags.h" 231 about_flags::RemoveFlagsSwitches(&switches);
|
chrome_browser_main.cc | 39 #include "chrome/browser/about_flags.h" [all...] |
about_flags.cc | 5 #include "chrome/browser/about_flags.h" 71 namespace about_flags { namespace [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
flags_ui.cc | 16 #include "chrome/browser/about_flags.h" 108 FlagsDOMHandler() : access_(about_flags::kGeneralAccessFlagsOnly), 116 void Init(about_flags::FlagsStorage* flags_storage, 117 about_flags::FlagAccess access); 135 scoped_ptr<about_flags::FlagsStorage> flags_storage_; 136 about_flags::FlagAccess access_; 157 void FlagsDOMHandler::Init(about_flags::FlagsStorage* flags_storage, 158 about_flags::FlagAccess access) { 178 about_flags::GetFlagsExperimentsData(flags_storage_.get(), 185 about_flags::IsRestartNeededToCommitChanges()) [all...] |
/external/chromium_org/chrome/browser/bookmarks/ |
enhanced_bookmarks_features.h | 12 namespace about_flags { namespace 14 } // namespace about_flags 62 about_flags::FlagsStorage* flags_storage);
|
enhanced_bookmarks_features.cc | 195 about_flags::FlagsStorage* flags_storage) {
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 33 #include "chrome/browser/about_flags.h" 122 about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs()); 123 about_flags::ConvertFlagsToSwitches( 124 &flags_storage_, &user_flags, about_flags::kAddSentinels); 140 if (about_flags::AreSwitchesIdenticalToCurrentCommandLine( 407 about_flags::ReportCustomFlags("Login.CustomFlags", command_line_difference); 439 if (!about_flags::AreSwitchesIdenticalToCurrentCommandLine(
|
/external/chromium_org/chrome/browser/profiles/ |
profile_window.cc | 12 #include "chrome/browser/about_flags.h" 349 const about_flags::Experiment experiment = { 354 about_flags::Experiment::ENABLE_DISABLE_VALUE, 362 about_flags::PrefServiceFlagsStorage flags_storage( 364 about_flags::SetExperimentEnabled( 379 about_flags::PrefServiceFlagsStorage flags_storage( 381 about_flags::SetExperimentEnabled(
|
/external/chromium_org/chrome/browser/metrics/ |
chrome_browser_main_extra_parts_metrics.cc | 17 #include "chrome/browser/about_flags.h" 229 about_flags::PrefServiceFlagsStorage flags_storage_( 231 about_flags::RecordUMAStatistics(&flags_storage_);
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 58 'about_flags.cc', # do not generate a warning; see AddAboutFlagsActions() 325 about_flags = os.path.join(REPOSITORY_ROOT, 'chrome', 'browser', 326 'about_flags.cc') 328 for line in open(about_flags):
|