Searched defs:about_flags (Results 1 - 9 of 9) sorted by relevance

/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 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/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/bookmarks/
H A Denhanced_bookmarks_features.h12 namespace about_flags { namespace
14 } // namespace about_flags
62 about_flags::FlagsStorage* flags_storage);

Completed in 619 milliseconds