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

  /external/chromium_org/chrome/browser/extensions/api/bluetooth_socket/
bluetooth_socket_event_dispatcher.h 62 // base::Bind supports methods with up to 6 parameters. SocketParams is used
65 struct SocketParams {
66 SocketParams();
67 ~SocketParams();
77 static void StartReceive(const SocketParams& params);
80 static void ReceiveCallback(const SocketParams& params,
85 static void ReceiveErrorCallback(const SocketParams& params,
90 static void StartAccept(const SocketParams& params);
93 static void AcceptCallback(const SocketParams& params,
98 static void AcceptErrorCallback(const SocketParams& params
    [all...]
bluetooth_socket_event_dispatcher.cc 97 BluetoothSocketEventDispatcher::SocketParams::SocketParams() {}
99 BluetoothSocketEventDispatcher::SocketParams::~SocketParams() {}
106 SocketParams params;
121 SocketParams params;
136 SocketParams params;
158 void BluetoothSocketEventDispatcher::StartReceive(const SocketParams& params) {
187 const SocketParams& params,
212 const SocketParams& params
    [all...]
  /external/chromium_org/net/socket/
client_socket_handle.h 75 const scoped_refptr<typename PoolType::SocketParams>& socket_params,
218 const scoped_refptr<typename PoolType::SocketParams>& socket_params,
client_socket_pool.h 67 // Subclasses must also have an inner class SocketParams which is
198 const scoped_refptr<typename PoolType::SocketParams>& params,
client_socket_pool_base.h 14 // ConnectJobFactory, and SocketParams. When a socket "slot" becomes available,
16 // ConnectJob with a SocketParams. Subclasses of ClientSocketPool should
20 // and templated SocketParams parameter.
659 template <typename SocketParams>
669 const scoped_refptr<SocketParams>& params,
675 const scoped_refptr<SocketParams>& params() const { return params_; }
678 const scoped_refptr<SocketParams> params_;
734 const scoped_refptr<SocketParams>& params,
754 const scoped_refptr<SocketParams>& params,
849 typedef typename ClientSocketPoolBase<SocketParams>::ConnectJobFactor
    [all...]
socks_client_socket_pool.h 110 typedef SOCKSSocketParams SocketParams;
transport_client_socket_pool.h 142 typedef TransportSocketParams SocketParams;
ssl_client_socket_pool.h 181 typedef SSLSocketParams SocketParams;
socket_test_util.h     [all...]
client_socket_pool_base_unittest.cc 492 typedef TestSocketParams SocketParams;
    [all...]
  /external/chromium_org/net/http/
http_proxy_client_socket_pool.h 180 typedef HttpProxySocketParams SocketParams;

Completed in 730 milliseconds