HomeSort by relevance Sort by last modified time
    Searched refs:about_flags (Results 1 - 20 of 20) sorted by null

  /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 15 namespace about_flags { namespace in namespace:chromeos
19 : ::about_flags::PrefServiceFlagsStorage(prefs),
62 } // 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
175 } // namespace about_flags
pref_service_flags_storage.cc 12 namespace about_flags { namespace
49 } // namespace about_flags
browser_shutdown.cc 24 #include "chrome/browser/about_flags.h"
214 about_flags::RemoveFlagsSwitches(&switches);
about_flags_unittest.cc 10 #include "chrome/browser/about_flags.h"
35 namespace about_flags { namespace
457 } // namespace about_flags
chrome_browser_main.cc 40 #include "chrome/browser/about_flags.h"
    [all...]
about_flags.cc 5 #include "chrome/browser/about_flags.h"
48 namespace about_flags { namespace
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
flags_ui.cc 16 #include "chrome/browser/about_flags.h"
102 FlagsDOMHandler(about_flags::FlagsStorage* flags_storage,
103 about_flags::FlagAccess access)
123 scoped_ptr<about_flags::FlagsStorage> flags_storage_;
124 about_flags::FlagAccess access_;
147 about_flags::GetFlagsExperimentsData(flags_storage_.get(),
155 about_flags::IsRestartNeededToCommitChanges());
181 about_flags::SetExperimentEnabled(
192 about_flags::ResetAllFlags(flags_storage_.get());
214 new FlagsDOMHandler(new about_flags::PrefServiceFlagsStorage
    [all...]
  /external/chromium/chrome/browser/
about_flags.h 17 namespace about_flags { namespace
23 // Experiment is used internally by about_flags to describe an experiment (and
130 } // namespace about_flags
about_flags.cc 5 #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
browser_shutdown.cc 23 #include "chrome/browser/about_flags.h"
214 about_flags::RemoveFlagsSwitches(&switches);
about_flags_unittest.cc 8 #include "chrome/browser/about_flags.h"
29 namespace about_flags { namespace
331 } // namespace about_flags
browser_main.cc 33 #include "chrome/browser/about_flags.h"
    [all...]
  /external/chromium/chrome/browser/ui/webui/
flags_ui.cc 11 #include "chrome/browser/about_flags.h"
163 about_flags::GetFlagsExperimentsData(
166 about_flags::IsRestartNeededToCommitChanges());
182 about_flags::SetExperimentEnabled(
  /external/chromium_org/chrome/browser/metrics/
chrome_browser_main_extra_parts_metrics.cc 15 #include "chrome/browser/about_flags.h"
134 about_flags::PrefServiceFlagsStorage flags_storage_(
136 about_flags::RecordUMAStatistics(&flags_storage_);
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 30 #include "chrome/browser/about_flags.h"
260 about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs());
261 about_flags::ConvertFlagsToSwitches(&flags_storage_, &user_flags);
264 !about_flags::AreSwitchesIdenticalToCurrentCommandLine(
  /external/chromium_org/tools/metrics/actions/
extract_actions.py 47 'about_flags.cc', # do not generate a warning; see AddAboutFlagsActions()
287 about_flags = os.path.join(REPOSITORY_ROOT, 'chrome', 'browser',
288 'about_flags.cc')
290 for line in open(about_flags):

Completed in 1471 milliseconds