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

  /external/chromium/net/socket/
client_socket.h 75 // where a UseHistory can be updated.
94 class UseHistory {
96 UseHistory();
97 ~UseHistory();
99 // Resets the state of UseHistory and emits histograms for the
127 DISALLOW_COPY_AND_ASSIGN(UseHistory);
client_socket.cc 50 ClientSocket::UseHistory::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::was_used_to_convey_data() const
    [all...]

Completed in 29 milliseconds