| /external/chromium_org/remoting/protocol/ |
| session_manager.h | 36 // PROTOCOL VERSION NEGOTIATION 61 #include "remoting/protocol/session.h" 67 namespace protocol { namespace in namespace:remoting 155 } // namespace protocol
|
| third_party_authenticator_base.h | 12 #include "remoting/protocol/authenticator.h" 22 namespace protocol { namespace in namespace:remoting 75 } // namespace protocol
|
| third_party_client_authenticator.cc | 5 #include "remoting/protocol/third_party_client_authenticator.h" 13 #include "remoting/protocol/channel_authenticator.h" 14 #include "remoting/protocol/v2_authenticator.h" 19 namespace protocol { namespace in namespace:remoting 37 LOG(ERROR) << "Third-party authentication protocol error: " 81 } // 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
|
| third_party_host_authenticator.cc | 5 #include "remoting/protocol/third_party_host_authenticator.h" 13 #include "remoting/protocol/v2_authenticator.h" 17 namespace protocol { namespace in namespace:remoting 38 LOG(ERROR) << "Third-party authentication protocol error: missing token."; 93 } // namespace protocol
|
| third_party_host_authenticator.h | 12 #include "remoting/protocol/third_party_authenticator_base.h" 19 namespace protocol { namespace in namespace:remoting 96 } // namespace protocol
|
| v2_authenticator.h | 15 #include "remoting/protocol/authenticator.h" 21 namespace protocol { namespace in namespace:remoting 77 } // namespace protocol
|
| v2_authenticator_unittest.cc | 5 #include "remoting/protocol/v2_authenticator.h" 10 #include "remoting/protocol/authenticator_test_base.h" 11 #include "remoting/protocol/channel_authenticator.h" 12 #include "remoting/protocol/connection_tester.h" 22 namespace protocol { namespace in namespace:remoting 102 } // namespace protocol
|
| authentication_method.h | 18 namespace protocol { namespace in namespace:remoting 90 } // namespace protocol
|
| /external/chromium_org/third_party/WebKit/Source/core/dom/ |
| DOMURLUtilsReadOnly.h | 47 static String protocol(const KURL& url) { return url.protocol() + ":"; } function in class:WebCore::DOMURLUtilsReadOnly 48 static String protocol(DOMURLUtilsReadOnly* impl) { return protocol(impl->url()); } function in class:WebCore::DOMURLUtilsReadOnly
|
| /external/chromium_org/third_party/WebKit/Source/testing/runner/ |
| MockWebRTCDataChannelHandler.cpp | 87 WebString MockWebRTCDataChannelHandler::protocol() const function in class:WebTestRunner::MockWebRTCDataChannelHandler 89 return m_init.protocol;
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
| portallocatorfactory.cc | 77 cricket::ProtocolType protocol; local 78 if (cricket::StringToProto(turn[i].transport_type.c_str(), &protocol)) { 80 turn[i].server, protocol, turn[i].secure));
|
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| httpcommon-inl.h | 99 CTYPE protocol[9]; local 100 asccpyn(protocol, ARRAY_SIZE(protocol), secure_ ? "https://" : "http://"); 101 val->append(protocol);
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| DataRowHandlerForIm.java | 42 int protocol = builder.getInt(Im.PROTOCOL); local 45 Im.getProtocolLabel(mContext.getResources(), protocol, customProtocol).toString()); local
|
| /external/apache-http/src/org/apache/http/client/protocol/ |
| ResponseProcessCookies.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ResponseProcessCookies.java $ 32 package org.apache.http.client.protocol; 50 import org.apache.http.protocol.HttpContext;
|
| /external/apache-http/src/org/apache/http/protocol/ |
| ResponseContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $ 32 package org.apache.http.protocol;
|
| /external/bluetooth/bluedroid/btif/co/ |
| bta_pan_co.c | 167 UINT16 protocol; local 183 if ((p_buf = bta_pan_ci_readbuf(handle, src, dst, &protocol, 199 btpan_tap_send(btpan_cb.tap_fd, src, dst, protocol, 238 UINT16 protocol, UINT8 *p_data, 258 BD_ADDR dst, UINT16 protocol, BT_HDR *p_buf, 287 ** Description protocol filter indication from peer device
|
| /external/chromium/chrome/browser/ |
| browsing_data_local_storage_helper.h | 36 const std::string& protocol, 47 return protocol == chrome::kFileScheme; 50 std::string protocol; member in struct:BrowsingDataLocalStorageHelper::LocalStorageInfo
|
| /external/chromium/net/http/ |
| http_alternate_protocols.h | 6 // of which HTTP HostPortPairs have an alternate protocol that can be used 24 enum Protocol { 28 BROKEN, // The alternate protocol is known to be broken. 34 return port == other.port && protocol == other.protocol; 40 Protocol protocol; member in struct:net::HttpAlternateProtocols::PortProtocolPair 51 // Reports whether or not we have received Alternate-Protocol for 61 // SetAlternateProtocolFor() will ignore the request if the alternate protocol 65 Protocol alternate_protocol) [all...] |
| /external/chromium_org/chrome/common/custom_handlers/ |
| protocol_handler.cc | 12 ProtocolHandler::ProtocolHandler(const std::string& protocol, 15 : protocol_(protocol), 21 const std::string& protocol, 24 std::string lower_protocol = StringToLowerASCII(protocol); 32 return value->HasKey("protocol") && value->HasKey("url") && 51 std::string protocol, url; local 53 value->GetString("protocol", &protocol); 56 return ProtocolHandler::CreateProtocolHandler(protocol, GURL(url), title); 68 d->Set("protocol", new base::StringValue(protocol_)) [all...] |
| /external/chromium_org/jingle/glue/ |
| utils.cc | 42 value.SetString("protocol", candidate.protocol()); 67 std::string protocol; local 76 !dic_value->GetString("protocol", &protocol) || 86 candidate->set_protocol(protocol);
|
| /external/chromium_org/ppapi/tests/ |
| testing_instance.h | 98 const std::string& protocol() { function in class:TestingInstance 169 // String representing the protocol. Used for detecting whether we're running
|
| /external/chromium_org/remoting/client/ |
| chromoting_client.h | 17 #include "remoting/protocol/client_stub.h" 18 #include "remoting/protocol/clipboard_stub.h" 19 #include "remoting/protocol/connection_to_host.h" 20 #include "remoting/protocol/input_stub.h" 21 #include "remoting/protocol/video_stub.h" 29 namespace protocol { namespace in namespace:remoting 31 } // namespace protocol 42 class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback, 43 public protocol::ClientStub { 48 protocol::ConnectionToHost* connection [all...] |
| rectangle_update_decoder.h | 17 #include "remoting/protocol/video_stub.h" 28 namespace protocol { namespace in namespace:remoting 30 } // namespace protocol 38 public protocol::VideoStub { 50 // Initializes decoder with the information from the protocol config. 51 void Initialize(const protocol::SessionConfig& config);
|
| /external/chromium_org/remoting/client/jni/ |
| chromoting_jni_instance.h | 21 #include "remoting/protocol/clipboard_stub.h" 22 #include "remoting/protocol/connection_to_host.h" 23 #include "remoting/protocol/cursor_shape_stub.h" 27 namespace protocol { namespace in namespace:remoting 30 } // namespace protocol 35 public protocol::ClipboardStub, 36 public protocol::CursorShapeStub, 66 protocol::MouseEvent_MouseButton button, 80 protocol::ConnectionToHost::State state, 81 protocol::ErrorCode error) OVERRIDE [all...] |