OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_type_
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos.cc
40
socket_type_
= L2CAP;
42
socket_type_
= RFCOMM;
53
if (
socket_type_
== L2CAP) {
101
} while (
socket_type_
== RFCOMM && bytes_read > 0);
119
if (bytes_read == 0 &&
socket_type_
== RFCOMM) {
bluetooth_socket_chromeos.h
62
SocketType
socket_type_
;
member in class:chromeos::BluetoothSocketChromeOS
/external/chromium/net/socket/
client_socket_pool_histograms.h
31
base::Histogram*
socket_type_
;
member in class:net::ClientSocketPoolHistograms
client_socket_pool_histograms.cc
23
socket_type_
= LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
55
socket_type_
->Add(type);
/external/chromium_org/net/socket/
client_socket_pool_histograms.h
32
base::HistogramBase*
socket_type_
;
member in class:net::ClientSocketPoolHistograms
client_socket_pool_histograms.cc
26
socket_type_
= LinearHistogram::FactoryGet("Net.SocketType_" + pool_name, 1,
63
socket_type_
->Add(type);
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp_unittest.cc
25
:
socket_type_
(type) {
33
if (
socket_type_
== P2P_SOCKET_TCP_CLIENT) {
72
P2PSocketType
socket_type_
;
member in class:content::P2PSocketHostTcpTestBase
/external/chromium_org/chrome/browser/extensions/api/socket/
socket_api.cc
133
:
socket_type_
(kSocketTypeInvalid) {
144
socket_type_
= kSocketTypeTCP;
147
socket_type_
= kSocketTypeUDP;
159
if (
socket_type_
== kSocketTypeTCP) {
161
} else if (
socket_type_
== kSocketTypeUDP) {
socket_api.h
157
SocketType
socket_type_
;
member in class:extensions::SocketCreateFunction
Completed in 556 milliseconds