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

  /external/chromium/net/socket/
tcp_client_socket_win.h 140 UseHistory use_history_; member in class:net::TCPClientSocketWin
tcp_client_socket_libevent.cc 151 use_history_.set_was_ever_connected();
229 use_history_.Reset();
300 use_history_.set_was_ever_connected();
396 use_history_.set_was_used_to_convey_data();
435 use_history_.set_was_used_to_convey_data();
630 use_history_.set_was_used_to_convey_data();
657 use_history_.set_was_used_to_convey_data();
703 use_history_.set_subresource_speculation();
707 use_history_.set_omnibox_speculation();
711 return use_history_.was_used_to_convey_data()
    [all...]
tcp_client_socket_win.cc 245 use_history_.set_was_ever_connected();
317 use_history_.Reset();
380 use_history_.set_was_ever_connected();
500 use_history_.set_subresource_speculation();
504 use_history_.set_omnibox_speculation();
508 return use_history_.was_used_to_convey_data();
547 use_history_.set_was_used_to_convey_data();
599 use_history_.set_was_used_to_convey_data();
801 use_history_.set_was_used_to_convey_data();
832 use_history_.set_was_used_to_convey_data()
    [all...]
tcp_client_socket_libevent.h 194 UseHistory use_history_; member in class:net::TCPClientSocketLibevent

Completed in 57 milliseconds