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

  /external/chromium_org/extensions/browser/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 96 BluetoothSocketEventDispatcher::SocketParams::SocketParams() {}
98 BluetoothSocketEventDispatcher::SocketParams::~SocketParams() {}
105 SocketParams params;
120 SocketParams params;
135 SocketParams params;
157 void BluetoothSocketEventDispatcher::StartReceive(const SocketParams& params) {
186 const SocketParams& params,
211 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;
ssl_client_socket_pool.h 276 typedef SSLSocketParams SocketParams;
transport_client_socket_pool.h 216 typedef TransportSocketParams 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 188 typedef HttpProxySocketParams SocketParams;

Completed in 228 milliseconds