OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetOmniboxSpeculation
(Results
1 - 25
of
28
) sorted by null
1
2
/external/chromium_org/net/socket/
buffered_write_stream_socket.cc
102
void BufferedWriteStreamSocket::
SetOmniboxSpeculation
() {
103
wrapped_socket_->
SetOmniboxSpeculation
();
tcp_client_socket.cc
216
void TCPClientSocket::
SetOmniboxSpeculation
() {
socks5_client_socket.cc
103
void SOCKS5ClientSocket::
SetOmniboxSpeculation
() {
105
transport_->socket()->
SetOmniboxSpeculation
();
socks_client_socket.cc
131
void SOCKSClientSocket::
SetOmniboxSpeculation
() {
133
transport_->socket()->
SetOmniboxSpeculation
();
ssl_client_socket_openssl.cc
528
void SSLClientSocketOpenSSL::
SetOmniboxSpeculation
() {
530
transport_->socket()->
SetOmniboxSpeculation
();
[
all
...]
ssl_server_socket_nss.cc
281
void SSLServerSocketNSS::
SetOmniboxSpeculation
() {
282
transport_socket_->
SetOmniboxSpeculation
();
/external/chromium_org/chrome/browser/devtools/adb/
android_usb_socket.cc
194
void AndroidUsbSocket::
SetOmniboxSpeculation
() {
/external/chromium_org/jingle/glue/
proxy_resolving_client_socket.cc
356
void ProxyResolvingClientSocket::
SetOmniboxSpeculation
() {
358
transport_->socket()->
SetOmniboxSpeculation
();
fake_ssl_client_socket.cc
323
void FakeSSLClientSocket::
SetOmniboxSpeculation
() {
324
transport_socket_->
SetOmniboxSpeculation
();
pseudotcp_adapter.cc
552
void PseudoTcpAdapter::
SetOmniboxSpeculation
() {
/external/chromium/net/http/
http_proxy_client_socket.cc
153
void HttpProxyClientSocket::
SetOmniboxSpeculation
() {
155
transport_->socket()->
SetOmniboxSpeculation
();
/external/chromium/net/socket/
socks5_client_socket.cc
130
void SOCKS5ClientSocket::
SetOmniboxSpeculation
() {
132
transport_->socket()->
SetOmniboxSpeculation
();
socks_client_socket.cc
157
void SOCKSClientSocket::
SetOmniboxSpeculation
() {
159
transport_->socket()->
SetOmniboxSpeculation
();
ssl_server_socket_unittest.cc
163
virtual void
SetOmniboxSpeculation
() {}
tcp_client_socket_libevent.cc
706
void TCPClientSocketLibevent::
SetOmniboxSpeculation
() {
ssl_client_socket_mac.cc
645
void SSLClientSocketMac::
SetOmniboxSpeculation
() {
647
transport_->socket()->
SetOmniboxSpeculation
();
[
all
...]
ssl_client_socket_win.cc
718
void SSLClientSocketWin::
SetOmniboxSpeculation
() {
720
transport_->socket()->
SetOmniboxSpeculation
();
[
all
...]
tcp_client_socket_win.cc
503
void TCPClientSocketWin::
SetOmniboxSpeculation
() {
transport_client_socket_pool_unittest.cc
85
virtual void
SetOmniboxSpeculation
() {}
135
virtual void
SetOmniboxSpeculation
() {}
209
virtual void
SetOmniboxSpeculation
() {}
[
all
...]
socket_test_util.h
586
virtual void
SetOmniboxSpeculation
() {}
[
all
...]
/external/chromium/net/spdy/
spdy_proxy_client_socket.cc
138
void SpdyProxyClientSocket::
SetOmniboxSpeculation
() {
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.cc
150
void FakeSocket::
SetOmniboxSpeculation
() {
/external/chromium_org/net/http/
http_proxy_client_socket.cc
164
void HttpProxyClientSocket::
SetOmniboxSpeculation
() {
166
transport_->socket()->
SetOmniboxSpeculation
();
/external/chromium_org/net/spdy/
spdy_proxy_client_socket.cc
168
void SpdyProxyClientSocket::
SetOmniboxSpeculation
() {
/external/chromium_org/remoting/protocol/
fake_session.cc
187
void FakeSocket::
SetOmniboxSpeculation
() {
Completed in 1181 milliseconds
1
2