Searched defs:SpawnerCommunicator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/test/spawned_test_server/
H A Dspawner_communicator.h21 // SpawnerCommunicator communicates with a spawner server that runs on a
61 class SpawnerCommunicator : public net::URLRequest::Delegate { class in namespace:net
63 explicit SpawnerCommunicator(uint16 port);
64 virtual ~SpawnerCommunicator();
144 base::WeakPtrFactory<SpawnerCommunicator> weak_factory_;
146 DISALLOW_COPY_AND_ASSIGN(SpawnerCommunicator);
H A Dspawner_communicator.cc101 SpawnerCommunicator::SpawnerCommunicator(uint16 port) function in class:net::SpawnerCommunicator
109 SpawnerCommunicator::~SpawnerCommunicator() {
113 void SpawnerCommunicator::WaitForResponse() {
119 void SpawnerCommunicator::StartIOThread() {
131 void SpawnerCommunicator::Shutdown() {
143 void SpawnerCommunicator::SendCommandAndWaitForResult(
154 // Since the method will be blocked until SpawnerCommunicator gets result
158 &SpawnerCommunicator
[all...]

Completed in 84 milliseconds