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

  /external/chromium_org/chrome/common/
attrition_experiments.h 13 enum Experiment {
  /external/chromium_org/chrome/browser/net/
connection_tester.h 77 // The "Experiment" structure describes an individual test to run.
78 struct Experiment {
79 Experiment(const GURL& url,
97 typedef std::vector<Experiment> ExperimentList;
109 // Called when an individual experiment is about to be started.
111 const Experiment& experiment) = 0;
113 // Called when an individual experiment has completed.
114 // |experiment| - the experiment that has completed
    [all...]
connection_tester_unittest.cc 48 const ConnectionTester::Experiment& experiment) OVERRIDE {
53 const ConnectionTester::Experiment& experiment,
151 // Don't run the message loop at all. Otherwise the experiment's request may
152 // complete and post a task to run the next experiment before we quit the
connection_tester.cc 49 // An instance of ExperimentURLRequestContext is created for each experiment
51 // to the specified "experiment".
64 // Creates a proxy config service for |experiment|. On success returns net::OK
68 ConnectionTester::ProxySettingsExperiment experiment,
71 switch (experiment) {
90 int Init(const ConnectionTester::Experiment& experiment,
95 // Create a custom HostResolver for this experiment.
97 rv = CreateHostResolver(experiment.host_resolver_experiment,
103 // Create a custom ProxyService for this this experiment
    [all...]
  /external/chromium_org/chrome/browser/
about_flags.h 29 // Experiment is used internally by about_flags to describe an experiment (and
32 struct Experiment {
34 // An experiment with a single value. This is typically what you want.
37 // The experiment has multiple values only one of which is ever enabled.
40 // command_line of the Experiment is not used. If the experiment is enabled
44 // The experiment has three possible values: Default, Enabled and Disabled.
63 // The internal name of the experiment. This is never shown to the user.
68 // String id of the message containing the experiment's name
    [all...]
about_flags.cc 66 Experiment::SINGLE_VALUE, \
72 Experiment::ENABLE_DISABLE_VALUE, enable_switch, enable_value, \
77 Experiment::MULTI_VALUE, NULL, NULL, NULL, NULL, choices, arraysize(choices)
85 // whether the experiment is available on that platform.
136 const Experiment::Choice kEnableCompositingForFixedPositionChoices[] = {
146 const Experiment::Choice kEnableCompositingForTransitionChoices[] = {
154 const Experiment::Choice kEnableAcceleratedFixedRootBackgroundChoices[] = {
162 const Experiment::Choice kTouchEventsChoices[] = {
173 const Experiment::Choice kOverscrollHistoryNavigationChoices[] = {
185 const Experiment::Choice kNaClDebugMaskChoices[] =
2195 const Experiment& experiment = experiments[i]; local
    [all...]
about_flags_unittest.cc 37 const Experiment::Choice kMultiChoices[] = {
43 // The experiments that are set for these tests. The 3rd experiment is not
45 static Experiment kExperiments[] = {
51 Experiment::SINGLE_VALUE,
64 Experiment::SINGLE_VALUE,
77 Experiment::SINGLE_VALUE,
90 Experiment::MULTI_VALUE,
103 Experiment::ENABLE_DISABLE_VALUE,
154 const Experiment& experiment = kExperiments[3] local
381 const Experiment& experiment = kExperiments[3]; local
415 const Experiment& experiment = kExperiments[4]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/
flags.js 23 var elements = document.getElementsByClassName('experiment-select');
31 elements = document.getElementsByClassName('experiment-disable-link');
39 elements = document.getElementsByClassName('experiment-enable-link');
47 elements = document.getElementsByClassName('experiment-restart-button');
52 $('experiment-reset-all').onclick = resetAllFlags;
110 * internal_name: 'Experiment ID string',
111 * name: 'Experiment Name',
113 * // enabled is only set if the experiment is single valued.
115 * // choices is only set if the experiment has multiple values.
118 * internal_name: 'Experiment ID string'
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_window.cc 324 // TODO(rogerta): instead of setting experiment flags and command line
326 const about_flags::Experiment experiment = {
328 0, // string id for title of experiment
329 0, // string id for description of experiment
331 about_flags::Experiment::ENABLE_DISABLE_VALUE,
343 experiment.NameForChoice(1),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Settings.js 337 * @return {!Array.<!WebInspector.Experiment>}
356 * @return {!WebInspector.Experiment}
360 var experiment = new WebInspector.Experiment(this, experimentName, experimentTitle, !!hidden);
361 this._experiments.push(experiment);
362 return experiment;
420 WebInspector.Experiment = function(experimentsSettings, name, title, hidden)
428 WebInspector.Experiment.prototype = {
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 184 base::Value* ExperimentToValue(const ConnectionTester::Experiment& experiment) {
187 if (experiment.url.is_valid())
188 dict->SetString("url", experiment.url.spec());
192 experiment.proxy_settings_experiment));
195 experiment.host_resolver_experiment));
480 const ConnectionTester::Experiment& experiment) OVERRIDE;
482 const ConnectionTester::Experiment& experiment,
    [all...]
  /external/chromium_org/third_party/readability/js/
readability.js 13 * Readability. An Arc90 Lab Experiment.
    [all...]

Completed in 349 milliseconds