Searched refs:UseHistory (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/socket/
H A Dclient_socket.cc50 ClientSocket::UseHistory::UseHistory() function in class:net::ClientSocket::UseHistory
57 ClientSocket::UseHistory::~UseHistory() {
61 void ClientSocket::UseHistory::Reset() {
69 void ClientSocket::UseHistory::set_was_ever_connected() {
74 void ClientSocket::UseHistory::set_was_used_to_convey_data() {
80 void ClientSocket::UseHistory::set_subresource_speculation() {
99 void ClientSocket::UseHistory::set_omnibox_speculation() {
106 bool ClientSocket::UseHistory
[all...]
H A Dclient_socket.h75 // where a UseHistory can be updated.
94 class UseHistory { class in class:net::ClientSocket
96 UseHistory();
97 ~UseHistory();
99 // Resets the state of UseHistory and emits histograms for the
127 DISALLOW_COPY_AND_ASSIGN(UseHistory);
H A Dtcp_client_socket_win.h140 UseHistory use_history_;
H A Dtcp_client_socket_libevent.h194 UseHistory use_history_;

Completed in 113 milliseconds