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

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenSource.h 33 @protocol ANTLRTokenSource <NSObject, NSCopying>
  /external/chromium_org/chrome/browser/
shell_integration_android.cc 23 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
36 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
shell_integration_chromeos.cc 19 bool ShellIntegration::SetAsDefaultProtocolClient(const std::string& protocol) {
30 ShellIntegration::IsDefaultProtocolClient(const std::string& protocol) {
  /external/chromium_org/remoting/host/
gnubby_auth_handler.h 19 namespace protocol { namespace in namespace:remoting
21 } // namespace protocol
31 protocol::ClientStub* client_stub);
host_extension.h 17 namespace protocol { namespace in namespace:remoting
41 protocol::ClientStub* client_stub) = 0;
chromoting_host.h 23 #include "remoting/protocol/authenticator.h"
24 #include "remoting/protocol/connection_to_client.h"
25 #include "remoting/protocol/pairing_registry.h"
26 #include "remoting/protocol/session_manager.h"
34 namespace protocol { namespace in namespace:remoting
38 } // namespace protocol
67 public protocol::SessionManager::Listener,
75 scoped_ptr<protocol::SessionManager> session_manager,
111 scoped_ptr<protocol::AuthenticatorFactory> authenticator_factory);
131 const protocol::TransportRoute& route) OVERRIDE
    [all...]
pairing_registry_delegate_linux.h 8 #include "remoting/protocol/pairing_registry.h"
19 : public protocol::PairingRegistry::Delegate {
27 virtual protocol::PairingRegistry::Pairing Load(
29 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE;
host_extension_session_manager.h 25 namespace protocol { namespace in namespace:remoting
54 void OnNegotiatedCapabilities(protocol::ClientStub* client_stub,
60 bool OnExtensionMessage(const protocol::ExtensionMessage& message);
68 protocol::ClientStub* client_stub_;
pin_hash.cc 9 #include "remoting/protocol/authentication_method.h"
10 #include "remoting/protocol/me2me_host_authenticator_factory.h"
16 std::string hash = protocol::AuthenticationMethod::ApplyHashFunction(
17 protocol::AuthenticationMethod::HMAC_SHA256, host_id, pin);
26 remoting::protocol::SharedSecretHash hash_parsed;
32 remoting::protocol::AuthenticationMethod::ApplyHashFunction(
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCStatsDelegate.h 32 // RTCSessionDescriptionDelegate is a protocol for receiving statistic
34 @protocol RTCStatsDelegate<NSObject>
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionclient.h 45 virtual bool ParseContent(SignalingProtocol protocol,
50 // writing in the given protocol, as if it didn't exist. We assume
53 virtual bool IsWritable(SignalingProtocol protocol,
57 virtual bool WriteContent(SignalingProtocol protocol,
80 virtual bool ParseContent(SignalingProtocol protocol,
84 virtual bool WriteContent(SignalingProtocol protocol,
  /external/chromium_org/net/http/
http_stream_factory.cc 36 AlternateProtocol protocol = UNINITIALIZED_ALTERNATE_PROTOCOL; local
70 protocol =
72 if (IsAlternateProtocolValid(protocol) &&
73 !session.IsProtocolEnabled(protocol)) {
74 protocol = ALTERNATE_PROTOCOL_BROKEN;
77 if (protocol == ALTERNATE_PROTOCOL_BROKEN) {
79 << " header has unrecognized protocol: "
85 if (protocol == UNINITIALIZED_ALTERNATE_PROTOCOL)
96 // If we think the alternate protocol is broken, don't change it.
97 if (existing_alternate.protocol == ALTERNATE_PROTOCOL_BROKEN
    [all...]
  /external/chromium_org/remoting/client/
audio_decode_scheduler.h 10 #include "remoting/protocol/audio_stub.h"
18 namespace protocol { namespace in namespace:remoting
20 } // namespace protocol
26 class AudioDecodeScheduler : public protocol::AudioStub {
34 // Initializes decoder with the information from the protocol config.
35 void Initialize(const protocol::SessionConfig& config);
key_event_mapper.h 14 #include "remoting/protocol/input_filter.h"
21 class KeyEventMapper : public protocol::InputFilter {
28 typedef base::Callback<void(const protocol::KeyEvent&)> KeyTrapCallback;
42 virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
chromoting_client.cc 16 #include "remoting/protocol/authentication_method.h"
17 #include "remoting/protocol/connection_to_host.h"
18 #include "remoting/protocol/host_stub.h"
19 #include "remoting/protocol/negotiating_client_authenticator.h"
20 #include "remoting/protocol/session_config.h"
21 #include "remoting/protocol/transport.h"
25 using protocol::AuthenticationMethod;
47 scoped_ptr<protocol::CandidateSessionConfig> config) {
53 scoped_ptr<protocol::Authenticator> authenticator,
54 scoped_ptr<protocol::TransportFactory> transport_factory
    [all...]
  /external/chromium_org/remoting/protocol/
input_event_tracker.h 12 #include "remoting/protocol/input_stub.h"
16 namespace protocol { namespace in namespace:remoting
23 explicit InputEventTracker(protocol::InputStub* input_stub);
42 protocol::InputStub* input_stub_;
52 } // namespace protocol
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 34 import org.apache.http.protocol.HttpContext;
57 * close the connection to correctly implement the HTTP protocol.
HttpRequestInterceptor.java 36 import org.apache.http.protocol.HttpContext;
69 * @throws HttpException in case of a protocol or other problem
HttpResponseInterceptor.java 36 import org.apache.http.protocol.HttpContext;
68 * @throws HttpException in case of a protocol or other problem
  /external/apache-http/src/org/apache/http/client/
HttpRequestRetryHandler.java 36 import org.apache.http.protocol.HttpContext;
UserTokenHandler.java 34 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/protocol/
ExecutionContext.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ExecutionContext.java $
32 package org.apache.http.protocol;
35 * {@link HttpContext Context} attribute names for protocol execution.
HttpProcessor.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpProcessor.java $
32 package org.apache.http.protocol;
  /external/chromium_org/chrome/browser/ui/cocoa/
view_resizer.h 12 // Defines a protocol that allows controllers to delegate resizing their views
17 @protocol ViewResizer <NSObject>

Completed in 350 milliseconds

1 23 4 5 6 7 8 91011>>