OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spawner_communicator_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/test/spawned_test_server/
remote_test_server.cc
90
if (
spawner_communicator_
.get())
92
spawner_communicator_
.reset(new SpawnerCommunicator(spawner_server_port_));
110
if (!
spawner_communicator_
->StartServer(arguments_string,
144
if (!
spawner_communicator_
.get())
147
bool stopped =
spawner_communicator_
->StopServer();
148
// Explicitly reset |
spawner_communicator_
| to avoid reusing the stopped one.
149
spawner_communicator_
.reset(NULL);
remote_test_server.h
63
scoped_ptr<SpawnerCommunicator>
spawner_communicator_
;
member in class:net::RemoteTestServer
Completed in 55 milliseconds