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

  /external/chromium_org/net/test/spawned_test_server/
spawner_communicator.h 19 class ScopedPortException;
128 scoped_ptr<ScopedPortException> allowed_port_;
base_test_server.h 27 class ScopedPortException;
299 scoped_ptr<ScopedPortException> allowed_port_;
spawner_communicator.cc 124 allowed_port_.reset(new ScopedPortException(port_));
base_test_server.cc 343 allowed_port_.reset(new ScopedPortException(host_port_pair_.port()));
  /external/chromium_org/net/base/
net_util.h 349 class NET_EXPORT ScopedPortException {
351 explicit ScopedPortException(int port);
352 ~ScopedPortException();
357 DISALLOW_COPY_AND_ASSIGN(ScopedPortException);
net_util.cc 701 ScopedPortException::ScopedPortException(int port) : port_(port) {
705 ScopedPortException::~ScopedPortException() {
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 356 scoped_ptr<net::ScopedPortException> xmpp_port_;
sync_test.cc 704 xmpp_port_.reset(new net::ScopedPortException(xmpp_port));
    [all...]

Completed in 204 milliseconds