Searched refs:about_flags (Results 1 - 17 of 17) 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"
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
[all...]
/external/chromium_org/chrome/browser/bookmarks/
H A Denhanced_bookmarks_features.h12 namespace about_flags { namespace
14 } // namespace about_flags
62 about_flags::FlagsStorage* flags_storage);
H A Denhanced_bookmarks_features.cc195 about_flags::FlagsStorage* flags_storage) {
/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 Dpref_service_flags_storage.cc12 namespace about_flags { namespace
49 } // namespace about_flags
H A Dabout_flags.h24 namespace about_flags { namespace
37 // Experiment is used internally by about_flags to describe an experiment (and
202 } // namespace about_flags
H A Dabout_flags_unittest.cc16 #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
[all...]
H A Dbrowser_shutdown.cc22 #include "chrome/browser/about_flags.h"
231 about_flags::RemoveFlagsSwitches(&switches);
H A Dchrome_browser_main.cc39 #include "chrome/browser/about_flags.h"
843 about_flags::PrefServiceFlagsStorage flags_storage_(
845 about_flags::ConvertFlagsToSwitches(&flags_storage_,
847 about_flags::kAddSentinels);
H A Dabout_flags.cc5 #include "chrome/browser/about_flags.h"
71 namespace about_flags { namespace
2303 int uma_id = about_flags::kBadSwitchFormatHistogramId;
2533 } // namespace about_flags
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils.cc33 #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/
H A Dprofile_window.cc12 #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/
H A Dchrome_browser_main_extra_parts_metrics.cc17 #include "chrome/browser/about_flags.h"
229 about_flags::PrefServiceFlagsStorage flags_storage_(
231 about_flags::RecordUMAStatistics(&flags_storage_);
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions.py58 '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):

Completed in 202 milliseconds