HomeSort by relevance Sort by last modified time
    Searched defs:ConnectJobFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/socket/
client_socket_pool_base.h 14 // ConnectJobFactory, and SocketParams. When a socket "slot" becomes available,
15 // the ClientSocketPoolBase will ask the ConnectJobFactory to create a
19 // passed to each new ConnectJob instance via their ConnectJobFactory subclass
86 // shouldn't give the ConnectJobFactory (subclasses) the ability to screw up
206 class ConnectJobFactory {
208 ConnectJobFactory() {}
209 virtual ~ConnectJobFactory() {}
219 DISALLOW_COPY_AND_ASSIGN(ConnectJobFactory);
227 ConnectJobFactory* connect_job_factory);
562 const scoped_ptr<ConnectJobFactory> connect_job_factory_
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base.h 14 // ConnectJobFactory, and SocketParams. When a socket "slot" becomes available,
15 // the ClientSocketPoolBase will ask the ConnectJobFactory to create a
19 // passed to each new ConnectJob instance via their ConnectJobFactory subclass
197 class ConnectJobFactory {
199 ConnectJobFactory() {}
200 virtual ~ConnectJobFactory() {}
210 DISALLOW_COPY_AND_ASSIGN(ConnectJobFactory);
219 ConnectJobFactory* connect_job_factory);
623 const scoped_ptr<ConnectJobFactory> connect_job_factory_;
675 class ConnectJobFactory {
    [all...]

Completed in 59 milliseconds