Searched refs:PortManager (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/chrome/test/chromedriver/net/ |
H A D | port_server.h | 51 class PortManager { class 53 PortManager(int min_port, int max_port); 54 ~PortManager();
|
H A D | port_server.cc | 137 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 D | port_server_unittest.cc | 192 PortManager mgr(15000, 16000);
|
/external/chromium_org/chrome/test/chromedriver/ |
H A D | chrome_launcher.h | 27 class PortManager; 37 PortManager* port_manager,
|
H A D | session_commands.h | 21 class PortManager; 32 PortManager* port_manager); 39 PortManager* port_manager;
|
H A D | session_commands.cc | 60 PortManager* port_manager)
|
H A D | chrome_launcher.cc | 396 PortManager* port_manager,
|
/external/chromium_org/chrome/test/chromedriver/server/ |
H A D | http_handler.h | 38 class PortManager; 113 scoped_ptr<PortManager> port_manager_;
|
H A D | http_handler.cc | 83 port_manager_.reset(new PortManager(12000, 13000));
|
Completed in 238 milliseconds