Searched refs:about_flags (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Downer_flags_storage.h15 namespace about_flags { namespace in namespace:chromeos
20 class OwnerFlagsStorage : public ::about_flags::PrefServiceFlagsStorage {
31 } // namespace about_flags
H A Downer_flags_storage.cc10 #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/ui/webui/
H A Dflags_ui.cc16 #include "chrome/browser/about_flags.h"
106 FlagsDOMHandler() : access_(about_flags::kGeneralAccessFlagsOnly),
114 void Init(about_flags::FlagsStorage* flags_storage,
115 about_flags::FlagAccess access);
133 scoped_ptr<about_flags::FlagsStorage> flags_storage_;
134 about_flags::FlagAccess access_;
155 void FlagsDOMHandler::Init(about_flags::FlagsStorage* flags_storage,
156 about_flags::FlagAccess access) {
175 about_flags::GetFlagsExperimentsData(flags_storage_.get(),
182 about_flags
[all...]
/external/chromium_org/chrome/browser/
H A Dflags_storage.h11 namespace about_flags { namespace
13 // Base class for flags storage implementations. Enables the about_flags
26 } // namespace about_flags
H A Dpref_service_flags_storage.h13 namespace about_flags { namespace
29 } // namespace about_flags
H A Dabout_flags.h20 namespace about_flags { namespace
29 // Experiment is used internally by about_flags to describe an experiment (and
180 } // namespace about_flags
H A Dpref_service_flags_storage.cc12 namespace about_flags { namespace
49 } // namespace about_flags
H A Dbrowser_shutdown.cc24 #include "chrome/browser/about_flags.h"
220 about_flags::RemoveFlagsSwitches(&switches);
H A Dchrome_browser_main.cc42 #include "chrome/browser/about_flags.h"
868 about_flags::PrefServiceFlagsStorage flags_storage_(
870 about_flags::ConvertFlagsToSwitches(&flags_storage_,
872 about_flags::kAddSentinels);
H A Dabout_flags_unittest.cc10 #include "chrome/browser/about_flags.h"
35 namespace about_flags { namespace
467 } // namespace about_flags
H A Dabout_flags.cc5 #include "chrome/browser/about_flags.h"
58 namespace about_flags { namespace
2433 } // namespace about_flags
/external/chromium/chrome/browser/
H A Dabout_flags.h17 namespace about_flags { namespace
23 // Experiment is used internally by about_flags to describe an experiment (and
130 } // namespace about_flags
H A Dabout_flags.cc5 #include "chrome/browser/about_flags.h"
24 namespace about_flags { namespace
365 return std::string(e.internal_name) + about_flags::testing::kMultiSeparator +
627 size_t at_index = internal_name.find(about_flags::testing::kMultiSeparator);
726 } // namespace about_flags
H A Dbrowser_shutdown.cc23 #include "chrome/browser/about_flags.h"
214 about_flags::RemoveFlagsSwitches(&switches);
H A Dabout_flags_unittest.cc8 #include "chrome/browser/about_flags.h"
29 namespace about_flags { namespace
331 } // namespace about_flags
H A Dbrowser_main.cc33 #include "chrome/browser/about_flags.h"
1340 about_flags::ConvertFlagsToSwitches(local_state,
1707 about_flags::RecordUMAStatistics(local_state);
/external/chromium/chrome/browser/ui/webui/
H A Dflags_ui.cc11 #include "chrome/browser/about_flags.h"
163 about_flags::GetFlagsExperimentsData(
166 about_flags::IsRestartNeededToCommitChanges());
182 about_flags::SetExperimentEnabled(
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_browser_main_extra_parts_metrics.cc17 #include "chrome/browser/about_flags.h"
151 about_flags::PrefServiceFlagsStorage flags_storage_(
153 about_flags::RecordUMAStatistics(&flags_storage_);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc31 #include "chrome/browser/about_flags.h"
294 about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs());
295 about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags,
296 about_flags::kAddSentinels);
301 !about_flags::AreSwitchesIdenticalToCurrentCommandLine(
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py47 'about_flags.cc', # do not generate a warning; see AddAboutFlagsActions()
315 about_flags = os.path.join(REPOSITORY_ROOT, 'chrome', 'browser',
316 'about_flags.cc')
318 for line in open(about_flags):

Completed in 1545 milliseconds