HomeSort by relevance Sort by last modified time
    Searched refs:ScopedPortException (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/base/
net_util.h 377 class ScopedPortException {
379 ScopedPortException(int port);
380 ~ScopedPortException();
385 DISALLOW_COPY_AND_ASSIGN(ScopedPortException);
net_util.cc     [all...]
  /external/chromium/net/test/
test_server.h 177 scoped_ptr<net::ScopedPortException> allowed_port_;
test_server.cc 137 allowed_port_.reset(new ScopedPortException(host_port_pair_.port()));

Completed in 44 milliseconds