OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConnectionTester
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/net/
connection_tester.h
20
//
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
{
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
...]
connection_tester.cc
39
// 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
::PROXY_EXPERIMENT_USE_AUTO_DETECT
[
all
...]
Completed in 39 milliseconds