Searched defs:is_reused (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
H A Dclient_socket_handle.cc118 bool is_reused,
125 load_timing_info->socket_reused = is_reused;
128 if (is_reused)
117 GetLoadTimingInfo( bool is_reused, LoadTimingInfo* load_timing_info) const argument
H A Dclient_socket_handle.h53 // call is_reused() to see if the socket was reused. If not reusing an
117 // the socket id. |is_reused| is needed because the handle may not have full
121 bool GetLoadTimingInfo(bool is_reused,
164 bool is_reused() const { return reuse_type_ == REUSED_IDLE; } function in class:net::ClientSocketHandle

Completed in 77 milliseconds