OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SocketParams
(Results
1 - 13
of
13
) sorted by null
/external/chromium/net/socket/
client_socket_pool.h
152
// ClientSocketPool subclasses should indicate valid
SocketParams
via the
154
// <PoolType,
SocketParams
> pair will have its SocketParamsTrait inherit from
157
// verification that the correct
SocketParams
type is used with the appropriate
159
template <typename PoolType, typename
SocketParams
>
163
template <typename PoolType, typename
SocketParams
>
165
COMPILE_ASSERT(!base::is_pointer<scoped_refptr<
SocketParams
> >::value,
168
scoped_refptr<
SocketParams
> >::value),
180
template <typename PoolType, typename
SocketParams
>
183
const scoped_refptr<
SocketParams
>& params,
186
CheckIsValidSocketParamsForPool<PoolType,
SocketParams
>();
[
all
...]
client_socket_handle.h
72
template <typename
SocketParams
, typename PoolType>
74
const scoped_refptr<
SocketParams
>& socket_params,
185
template <typename
SocketParams
, typename PoolType>
187
const scoped_refptr<
SocketParams
>& socket_params,
195
// Note that this will result in a compile error if the
SocketParams
has not
198
CheckIsValidSocketParamsForPool<PoolType,
SocketParams
>();
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.
582
template <typename
SocketParams
>
592
const scoped_refptr<
SocketParams
>& params,
607
const scoped_refptr<
SocketParams
>& params() const { return params_; }
610
const scoped_refptr<
SocketParams
> params_;
654
const scoped_refptr<
SocketParams
>& params,
679
const scoped_refptr<
SocketParams
>& params,
769
typedef typename ClientSocketPoolBase<
SocketParams
>::ConnectJobFactor
[
all
...]
socket_test_util.h
777
template <typename PoolType, typename
SocketParams
>
781
const scoped_refptr<
SocketParams
>& socket_params) {
[
all
...]
/external/chromium_org/net/socket/
client_socket_handle.h
75
const scoped_refptr<typename PoolType::
SocketParams
>& socket_params,
226
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.
653
template <typename
SocketParams
>
663
const scoped_refptr<
SocketParams
>& params,
669
const scoped_refptr<
SocketParams
>& params() const { return params_; }
672
const scoped_refptr<
SocketParams
> params_;
728
const scoped_refptr<
SocketParams
>& params,
748
const scoped_refptr<
SocketParams
>& params,
843
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
470
typedef TestSocketParams
SocketParams
;
[
all
...]
/external/chromium_org/net/http/
http_proxy_client_socket_pool.h
180
typedef HttpProxySocketParams
SocketParams
;
Completed in 560 milliseconds