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

/external/chromium_org/net/socket/
H A Dstream_socket.cc14 StreamSocket::UseHistory::UseHistory() function in class:net::StreamSocket::UseHistory
21 StreamSocket::UseHistory::~UseHistory() {
25 void StreamSocket::UseHistory::Reset() {
33 void StreamSocket::UseHistory::set_was_ever_connected() {
38 void StreamSocket::UseHistory::set_was_used_to_convey_data() {
44 void StreamSocket::UseHistory::set_subresource_speculation() {
63 void StreamSocket::UseHistory::set_omnibox_speculation() {
70 bool StreamSocket::UseHistory
[all...]
H A Dstream_socket.h69 // where a UseHistory can be updated.
99 class UseHistory { class in class:net::StreamSocket
101 UseHistory();
102 ~UseHistory();
104 // Resets the state of UseHistory and emits histograms for the
132 DISALLOW_COPY_AND_ASSIGN(UseHistory);
H A Dtcp_client_socket.h114 UseHistory use_history_;
/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 128 milliseconds