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

  /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(

Completed in 252 milliseconds