/external/chromium_org/remoting/protocol/ |
cursor_shape_stub.h | 13 namespace protocol { namespace in namespace:remoting 28 } // namespace protocol
|
host_stub.h | 15 namespace protocol { namespace in namespace:remoting 57 } // namespace protocol
|
input_filter.cc | 5 #include "remoting/protocol/input_filter.h" 8 namespace protocol { namespace in namespace:remoting 30 } // namespace protocol
|
input_stub.h | 14 namespace protocol { namespace in namespace:remoting 33 } // namespace protocol
|
it2me_host_authenticator_factory.cc | 5 #include "remoting/protocol/it2me_host_authenticator_factory.h" 9 #include "remoting/protocol/negotiating_host_authenticator.h" 12 namespace protocol { namespace in namespace:remoting 34 } // namespace protocol
|
message_decoder.h | 22 namespace protocol { namespace in namespace:remoting 49 // Retrieves the read payload size of the current protocol buffer via |size|. 63 } // namespace protocol
|
mouse_input_filter.h | 9 #include "remoting/protocol/input_filter.h" 13 namespace protocol { namespace in namespace:remoting 31 virtual void InjectMouseEvent(const protocol::MouseEvent& event) OVERRIDE; 40 } // namespace protocol
|
transport.cc | 5 #include "remoting/protocol/transport.h" 10 namespace protocol { namespace in namespace:remoting 32 } // namespace protocol
|
video_reader.cc | 5 #include "remoting/protocol/video_reader.h" 7 #include "remoting/protocol/session_config.h" 8 #include "remoting/protocol/protobuf_video_reader.h" 11 namespace protocol { namespace in namespace:remoting 37 } // namespace protocol
|
video_stub.h | 15 namespace protocol { namespace in namespace:remoting 30 } // namespace protocol
|
video_writer.cc | 5 #include "remoting/protocol/video_writer.h" 7 #include "remoting/protocol/session_config.h" 8 #include "remoting/protocol/protobuf_video_writer.h" 11 namespace protocol { namespace in namespace:remoting 24 } // namespace protocol
|
audio_reader.cc | 5 #include "remoting/protocol/audio_reader.h" 10 #include "remoting/protocol/session.h" 11 #include "remoting/protocol/session_config.h" 14 namespace protocol { namespace in namespace:remoting 43 } // namespace protocol
|
audio_reader.h | 11 #include "remoting/protocol/audio_stub.h" 12 #include "remoting/protocol/message_reader.h" 13 #include "remoting/protocol/channel_dispatcher_base.h" 20 namespace protocol { namespace in namespace:remoting 52 } // namespace protocol
|
audio_writer.cc | 5 #include "remoting/protocol/audio_writer.h" 11 #include "remoting/protocol/session.h" 12 #include "remoting/protocol/session_config.h" 13 #include "remoting/protocol/util.h" 16 namespace protocol { namespace in namespace:remoting 44 } // namespace protocol
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocolTest.java | 36 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local 41 assertEquals(protocol.getStatus(), 44 protocol.status = HandshakeProtocol.NEED_UNWRAP; 45 assertEquals(protocol.getStatus(), 48 protocol.status = HandshakeProtocol.FINISHED; 49 assertEquals(protocol.getStatus(), 51 assertEquals(protocol.status, HandshakeProtocol.NOT_HANDSHAKING); 53 protocol.delegatedTaskErr = new Exception(); 54 assertEquals(protocol.getStatus(), 56 protocol.delegatedTaskErr = null 69 HandshakeProtocol protocol = new ServerHandshakeImpl(new SSLEngineImpl( local 80 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local 187 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local 201 HandshakeProtocol protocol = new ClientHandshakeImpl(new SSLEngineImpl( local [all...] |
/external/apache-http/src/org/apache/http/protocol/ |
HttpContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/HttpContext.java $ 32 package org.apache.http.protocol;
|
RequestConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestConnControl.java $ 32 package org.apache.http.protocol;
|
RequestUserAgent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/RequestUserAgent.java $ 32 package org.apache.http.protocol;
|
ResponseServer.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseServer.java $ 32 package org.apache.http.protocol;
|
SyncBasicHttpContext.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/SyncBasicHttpContext.java $ 32 package org.apache.http.protocol;
|
/external/chromium/chrome/browser/custom_handlers/ |
protocol_handler.cc | 10 ProtocolHandler::ProtocolHandler(const std::string& protocol, 13 : protocol_(protocol), 19 const std::string& protocol, 22 std::string lower_protocol(protocol); 23 lower_protocol = StringToLowerASCII(protocol); 29 std::string protocol, url; local 31 value->GetString("protocol", &protocol); 34 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title); 46 d->Set("protocol", Value::CreateStringValue(protocol_)) [all...] |
protocol_handler.h | 14 // A single tuple of (protocol, url, title) that indicates how URLs of the 15 // given protocol should be rewritten to be handled. 19 static ProtocolHandler* CreateProtocolHandler(const std::string& protocol, 27 // Encodes this protocol handler as a Value. The caller is responsible for 31 std::string protocol() const { return protocol_; } function in class:ProtocolHandler 38 ProtocolHandler(const std::string& protocol,
|
/external/chromium/net/tools/fetch/ |
http_server_response_info.h | 18 // The response protocol. 19 std::string protocol; member in class:HttpServerResponseInfo
|
/external/chromium_org/chrome/common/custom_handlers/ |
protocol_handler.h | 13 // A single tuple of (protocol, url, title) that indicates how URLs of the 14 // given protocol should be rewritten to be handled. 18 static ProtocolHandler CreateProtocolHandler(const std::string& protocol, 45 // Encodes this protocol handler as a DictionaryValue. The caller is 49 const std::string& protocol() const { return protocol_; } function in class:ProtocolHandler 67 ProtocolHandler(const std::string& protocol,
|
/external/chromium_org/net/tools/fetch/ |
http_server_response_info.h | 17 // The response protocol. 18 std::string protocol; member in class:HttpServerResponseInfo
|