Searched defs:time_func (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.h220 SpdySession::TimeFunc time_func; member in struct:net::SpdySessionDependencies
H A Dspdy_session_pool.cc42 SpdySessionPool::TimeFunc time_func,
62 time_func_(time_func),
30 SpdySessionPool( HostResolver* resolver, SSLConfigService* ssl_config_service, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool force_single_domain, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, SpdySessionPool::TimeFunc time_func, const std::string& trusted_spdy_proxy) argument
H A Dspdy_session.cc602 TimeFunc time_func,
640 last_activity_time_(time_func()),
663 time_func_(time_func),
590 SpdySession( const SpdySessionKey& spdy_session_key, const base::WeakPtr<HttpServerProperties>& http_server_properties, TransportSecurityState* transport_security_state, bool verify_domain_authentication, bool enable_sending_initial_data, bool enable_compression, bool enable_ping_based_connection_checking, NextProto default_protocol, size_t stream_initial_recv_window_size, size_t initial_max_concurrent_streams, size_t max_concurrent_streams_limit, TimeFunc time_func, const HostPortPair& trusted_spdy_proxy, NetLog* net_log) argument
/external/chromium_org/net/http/
H A Dhttp_network_session.h99 SpdySessionPool::TimeFunc time_func; member in struct:net::HttpNetworkSession::Params

Completed in 120 milliseconds