HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 451 - 475 of 1176) sorted by null

<<11121314151617181920>>

  /external/chromium_org/remoting/protocol/
me2me_host_authenticator_factory.h 14 #include "remoting/protocol/authentication_method.h"
15 #include "remoting/protocol/authenticator.h"
16 #include "remoting/protocol/third_party_host_authenticator.h"
17 #include "remoting/protocol/token_validator.h"
23 namespace protocol { namespace in namespace:remoting
78 } // namespace protocol
message_decoder.cc 5 #include "remoting/protocol/message_decoder.h"
14 namespace protocol { namespace in namespace:remoting
69 } // namespace protocol
monitored_video_stub.cc 5 #include "remoting/protocol/monitored_video_stub.h"
14 namespace protocol { namespace in namespace:remoting
55 } // namespace protocol
name_value_map.h 12 namespace protocol { namespace in namespace:remoting
43 } // namespace protocol
negotiating_authenticator_base.h 14 #include "remoting/protocol/authentication_method.h"
15 #include "remoting/protocol/authenticator.h"
19 namespace protocol { namespace in namespace:remoting
108 } // namespace protocol
network_settings.cc 5 #include "remoting/protocol/network_settings.h"
14 namespace protocol { namespace in namespace:remoting
46 } // namespace protocol
pairing_host_authenticator.h 9 #include "remoting/protocol/pairing_authenticator_base.h"
10 #include "remoting/protocol/pairing_registry.h"
16 namespace protocol { namespace in namespace:remoting
42 // Continue processing a protocol message once the pairing information for
48 // Protocol state.
61 } // namespace protocol
secure_channel_factory.h 12 #include "remoting/protocol/stream_channel_factory.h"
15 namespace protocol { namespace in namespace:remoting
57 } // namespace protocol
third_party_authenticator_base.h 12 #include "remoting/protocol/authenticator.h"
22 namespace protocol { namespace in namespace:remoting
77 } // namespace protocol
third_party_client_authenticator.h 13 #include "remoting/protocol/third_party_authenticator_base.h"
19 namespace protocol { namespace in namespace:remoting
82 } // namespace protocol
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IconURL.cpp 40 bool couldSetProtocol = url.setProtocol(documentURL.protocol());
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketChannel.h 75 virtual bool connect(const KURL&, const String& protocol) = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 84 virtual void connect(const WebURL&, const WebString& protocol) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
sctputils.cc 37 // http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-01#section
55 // http://tools.ietf.org/html/draft-jesup-rtcweb-data-protocol-04
93 LOG(LS_WARNING) << "Could not read OPEN message protocol length.";
100 if (!buffer.ReadString(&config->protocol, protocol_length)) {
101 LOG(LS_WARNING) << "Could not read OPEN message protocol.";
148 // http://tools.ietf.org/html/draft-ietf-rtcweb-data-protocol-00#section-6.1
175 NULL, 20 + label.length() + config.protocol.length(),
182 buffer.WriteUInt16(static_cast<uint16>(config.protocol.length()));
184 buffer.WriteString(config.protocol);
  /external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
APPRTCAppClient.h 33 @protocol APPRTCAppClientDelegate
  /external/chromium_org/third_party/webrtc/base/
httpcommon-inl.h 82 CTYPE protocol[9]; local
83 asccpyn(protocol, ARRAY_SIZE(protocol), secure_ ? "https://" : "http://");
84 val->append(protocol);
  /external/chromium_org/ui/app_list/cocoa/
apps_search_results_controller.h 23 @protocol AppsSearchResultsDelegate<NSObject>
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
  /external/kernel-headers/original/uapi/linux/
bsg.h 22 __u32 protocol; /* [i] 0 -> SCSI , .... */ member in struct:sg_io_v4
cm4000_cs.h 28 * I've changed "ptsreq.protocol" from "unsigned long" to "__u32".
34 __u32 protocol; /*T=0: 2^0, T=1: 2^1*/ member in struct:ptsreq
  /external/mtpd/
mtpd.h 74 /* Each protocol must implement everything defined in this structure. Note that
77 struct protocol { struct
78 /* The name of this protocol. */
  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 22 void setProtocol(String protocol) throws ParseException;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
SpdyTransport.java 20 import com.squareup.okhttp.Protocol;
53 /** See http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-draft3-1#TOC-3.2.1-Request. */
117 public static List<Header> writeNameValueBlock(Request request, Protocol protocol,
125 if (Protocol.SPDY_3 == protocol) {
128 } else if (Protocol.HTTP_2 == protocol) {
142 if (isProhibitedHeader(protocol, name)) continue
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
mock_webrtc_data_channel_handler.cc 73 WebString MockWebRTCDataChannelHandler::protocol() const { function in class:content::MockWebRTCDataChannelHandler
74 return init_.protocol;
  /external/chromium_org/remoting/host/
host_extension_session_manager.cc 63 protocol::ClientStub* client_stub,
100 const protocol::ExtensionMessage& message) {

Completed in 930 milliseconds

<<11121314151617181920>>