/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
|
about_flags.h | 20 namespace about_flags { namespace 29 // Experiment is used internally by about_flags to describe an experiment (and 181 } // namespace about_flags
|
pref_service_flags_storage.cc | 12 namespace about_flags { namespace 49 } // namespace about_flags
|
browser_shutdown.cc | 22 #include "chrome/browser/about_flags.h" 233 about_flags::RemoveFlagsSwitches(&switches);
|
chrome_browser_main.cc | 39 #include "chrome/browser/about_flags.h" [all...] |
about_flags_unittest.cc | 10 #include "chrome/browser/about_flags.h" 35 namespace about_flags { namespace 467 } // namespace about_flags
|
about_flags.cc | 5 #include "chrome/browser/about_flags.h" 62 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/profiles/ |
profile_window.cc | 12 #include "chrome/browser/about_flags.h" 326 const about_flags::Experiment experiment = { 331 about_flags::Experiment::ENABLE_DISABLE_VALUE, 339 about_flags::PrefServiceFlagsStorage flags_storage( 341 about_flags::SetExperimentEnabled( 354 about_flags::PrefServiceFlagsStorage flags_storage( 356 about_flags::SetExperimentEnabled(
|
/external/chromium_org/chrome/browser/chromeos/login/ |
login_utils.cc | 31 #include "chrome/browser/about_flags.h" 216 about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs()); 217 about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags, 218 about_flags::kAddSentinels); 223 !about_flags::AreSwitchesIdenticalToCurrentCommandLine(
|
/external/chromium_org/chrome/browser/metrics/ |
chrome_browser_main_extra_parts_metrics.cc | 17 #include "chrome/browser/about_flags.h" 211 about_flags::PrefServiceFlagsStorage flags_storage_( 213 about_flags::RecordUMAStatistics(&flags_storage_);
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 59 'about_flags.cc', # do not generate a warning; see AddAboutFlagsActions() 332 about_flags = os.path.join(REPOSITORY_ROOT, 'chrome', 'browser', 333 'about_flags.cc') 335 for line in open(about_flags):
|