Searched refs:ConnectionTester (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dconnection_tester.cc39 // run by ConnectionTester. The class initializes network dependencies according
47 int Init(const ConnectionTester::Experiment& experiment) {
108 ConnectionTester::HostResolverExperiment experiment,
119 case ConnectionTester::HOST_RESOLVER_EXPERIMENT_PLAIN:
121 case ConnectionTester::HOST_RESOLVER_EXPERIMENT_DISABLE_IPV6:
124 case ConnectionTester::HOST_RESOLVER_EXPERIMENT_IPV6_PROBE: {
143 ConnectionTester::ProxySettingsExperiment experiment,
147 case ConnectionTester::PROXY_EXPERIMENT_USE_SYSTEM_SETTINGS:
149 case ConnectionTester::PROXY_EXPERIMENT_USE_FIREFOX_SETTINGS:
154 case ConnectionTester
357 ConnectionTester::ConnectionTester( function in class:ConnectionTester
[all...]
H A Dconnection_tester.h20 // ConnectionTester runs a suite of tests (also called "experiments"),
34 // To run the test suite, create an instance of ConnectionTester and then call
38 // The ConnectionTester object can be deleted at any time, and it will abort
44 class ConnectionTester { class
100 // of individual tests that are run by the ConnectionTester.
102 // NOTE: do not delete the ConnectionTester when executing within one of the
127 // Constructs a ConnectionTester that notifies test progress to |delegate|.
129 // of ConnectionTester.
130 ConnectionTester(Delegate* delegate,
134 ~ConnectionTester();
[all...]
H A Dconnection_tester_unittest.cc28 class ConnectionTesterDelegate : public ConnectionTester::Delegate {
42 const ConnectionTester::Experiment& experiment) {
47 const ConnectionTester::Experiment& experiment,
146 ConnectionTester tester(&test_delegate_, proxy_script_fetcher_context_);
156 ConnectionTester::PROXY_EXPERIMENT_COUNT *
157 ConnectionTester::HOST_RESOLVER_EXPERIMENT_COUNT;
170 scoped_ptr<ConnectionTester> tester(
171 new ConnectionTester(&test_delegate_, proxy_script_fetcher_context_));
184 // Delete the ConnectionTester while it is in progress.
/external/chromium/chrome/browser/ui/webui/
H A Dnet_internals_ui.cc109 Value* ExperimentToValue(const ConnectionTester::Experiment& experiment) {
116 ConnectionTester::ProxySettingsExperimentDescription(
119 ConnectionTester::HostResolverExperimentDescription(
234 public ConnectionTester::Delegate {
304 // ConnectionTester::Delegate implementation:
307 const ConnectionTester::Experiment& experiment);
309 const ConnectionTester::Experiment& experiment,
350 scoped_ptr<ConnectionTester> connection_tester_;
1049 connection_tester_.reset(new ConnectionTester(
1380 const ConnectionTester
[all...]

Completed in 144 milliseconds