Home
last modified time | relevance | path

Searched refs:protocol_type (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/socket_stream/
Dsocket_stream_metrics.cc20 ProtocolType protocol_type = PROTOCOL_UNKNOWN; in SocketStreamMetrics() local
22 protocol_type = PROTOCOL_WEBSOCKET; in SocketStreamMetrics()
24 protocol_type = PROTOCOL_WEBSOCKET_SECURE; in SocketStreamMetrics()
27 protocol_type, NUM_PROTOCOL_TYPES); in SocketStreamMetrics()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host.h133 ProtocolType protocol_type);
Dsocket_host.cc460 ProtocolType protocol_type) in P2PSocketHost() argument
467 protocol_type_(protocol_type), in P2PSocketHost()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc809 IceProtocolType protocol_type; in ApplyLocalTransportDescription_w() local
810 if (ch->GetIceProtocolType(&protocol_type) && in ApplyLocalTransportDescription_w()
811 protocol_type == ICEPROTO_HYBRID) { in ApplyLocalTransportDescription_w()
Dp2ptransportchannel_unittest.cc240 cricket::IceProtocolType protocol_type() { return protocol_type_; } in protocol_type() function
332 channel->SetIceProtocolType(GetEndpoint(endpoint)->protocol_type()); in CreateChannel()