OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UseHistory
(Results
1 - 7
of
7
) 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.
99
class
UseHistory
{
101
UseHistory
();
102
~
UseHistory
();
104
// Resets the state of
UseHistory
and emits histograms for the
132
DISALLOW_COPY_AND_ASSIGN(
UseHistory
);
tcp_client_socket.h
114
UseHistory
use_history_;
/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
...]
tcp_client_socket_win.h
140
UseHistory
use_history_;
tcp_client_socket_libevent.h
194
UseHistory
use_history_;
Completed in 29 milliseconds