HomeSort by relevance Sort by last modified time
    Searched refs:UseHistory (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/socket/
stream_socket.cc 14 StreamSocket::UseHistory::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::was_used_to_convey_data() const
    [all...]
stream_socket.h 69 // where a UseHistory can be updated.
104 class UseHistory {
106 UseHistory();
107 ~UseHistory();
109 // Resets the state of UseHistory and emits histograms for the
137 DISALLOW_COPY_AND_ASSIGN(UseHistory);
tcp_client_socket.h 115 UseHistory use_history_;

Completed in 8289 milliseconds