Searched refs:PortManager (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/net/
H A Dport_server.h51 class PortManager { class
53 PortManager(int min_port, int max_port);
54 ~PortManager();
H A Dport_server.cc137 PortManager::PortManager(int min_port, int max_port) function in class:PortManager
142 PortManager::~PortManager() {}
144 Status PortManager::ReservePort(int* port,
170 base::Bind(&PortManager::ReleasePort, base::Unretained(this), try_port),
177 void PortManager::ReleasePort(int port) {
H A Dport_server_unittest.cc192 PortManager mgr(15000, 16000);
/external/chromium_org/chrome/test/chromedriver/
H A Dchrome_launcher.h27 class PortManager;
37 PortManager* port_manager,
H A Dsession_commands.h21 class PortManager;
32 PortManager* port_manager);
39 PortManager* port_manager;
H A Dsession_commands.cc60 PortManager* port_manager)
H A Dchrome_launcher.cc396 PortManager* port_manager,
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler.h38 class PortManager;
113 scoped_ptr<PortManager> port_manager_;
H A Dhttp_handler.cc83 port_manager_.reset(new PortManager(12000, 13000));

Completed in 238 milliseconds