Home | History | Annotate | Download | only in net

Lines Matching defs:Experiment

77   // The "Experiment" structure describes an individual test to run.
78 struct Experiment {
79 Experiment(const GURL& url,
97 typedef std::vector<Experiment> ExperimentList;
111 // Called when an individual experiment is about to be started.
113 const Experiment& experiment) = 0;
115 // Called when an individual experiment has completed.
116 // |experiment| - the experiment that has completed.
117 // |result| - the net error that the experiment completed with
120 const Experiment& experiment,
140 // Returns a text string explaining what |experiment| is testing.
142 ProxySettingsExperiment experiment);
144 HostResolverExperiment experiment);
147 // Internally each experiment run by ConnectionTester is handled by a
156 // Starts the next experiment from |remaining_experiments_|.
162 // Returns the experiment at the front of our list.
163 const Experiment& current_experiment() const {
173 // The ordered list of experiments to try next. The experiment at the front