/external/chromium_org/remoting/protocol/ |
authenticator.cc | 5 #include "remoting/protocol/authenticator.h" 11 namespace protocol { namespace in namespace:remoting 35 } // namespace protocol
|
clipboard_thread_proxy.h | 13 #include "remoting/protocol/clipboard_stub.h" 20 namespace protocol { namespace in namespace:remoting 48 } // namespace protocol
|
host_stub.h | 15 namespace protocol { namespace in namespace:remoting 57 } // namespace protocol
|
input_filter.h | 10 #include "remoting/protocol/input_stub.h" 13 namespace protocol { namespace in namespace:remoting 49 } // namespace protocol
|
message_serialization.cc | 5 #include "remoting/protocol/message_serialization.h" 14 namespace protocol { namespace in namespace:remoting 29 } // namespace protocol
|
protocol_mock_objects.cc | 5 #include "remoting/protocol/protocol_mock_objects.h" 11 namespace protocol { namespace in namespace:remoting 74 protocol::PairingRegistry::Pairing MockPairingRegistryDelegate::Load( 80 return protocol::PairingRegistry::Pairing(); 85 const protocol::PairingRegistry::Pairing& pairing) { 111 } // namespace protocol
|
token_validator.h | 18 namespace protocol { namespace in namespace:remoting 62 } // namespace protocol
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
RTCEAGLVideoView.h | 34 @protocol RTCEAGLVideoViewDelegate
|
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
GAEChannelClient.h | 33 @protocol GAEMessageHandler<NSObject>
|
/external/clang/test/SemaObjC/ |
foreach.m | 21 @protocol NSObject @end 35 @protocol NSFastEnumeration
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/ |
ClientPairingSession.java | 42 * @param protocol the wire interface for the session 46 public ClientPairingSession(PoloWireInterface protocol, 48 this(protocol, context, serviceName, null); 54 * @param protocol the wire interface for the session 59 public ClientPairingSession(PoloWireInterface protocol, 61 super(protocol, context);
|
/external/chromium_org/remoting/host/ |
ipc_desktop_environment_unittest.cc | 31 #include "remoting/protocol/protocol_mock_objects.h" 152 void ReflectClipboardEvent(const protocol::ClipboardEvent& event); 182 protocol::ClipboardStub* clipboard_stub_; 374 const protocol::ClipboardEvent& event) { 432 scoped_ptr<protocol::MockClipboardStub> clipboard_stub( 433 new protocol::MockClipboardStub()); 438 input_injector_->Start(clipboard_stub.PassAs<protocol::ClipboardStub>()); 453 scoped_ptr<protocol::MockClipboardStub> clipboard_stub( 454 new protocol::MockClipboardStub()); 459 input_injector_->Start(clipboard_stub.PassAs<protocol::ClipboardStub>()) [all...] |
gnubby_auth_handler_posix.h | 22 namespace protocol { namespace in namespace:remoting 24 } // namespace protocol 32 explicit GnubbyAuthHandlerPosix(protocol::ClientStub* client_stub); 72 protocol::ClientStub* client_stub_;
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
__init__.py | 32 opening handshake processors for each protocol version until a connection is 59 allowDraft75: allow draft 75 handshake protocol. 94 _LOGGER.debug('Trying protocol version %s', name) 97 _LOGGER.info('Established (%s protocol)', name) 101 'Failed to complete opening handshake as %s protocol: %r',
|
/external/chromium_org/remoting/client/ |
key_event_mapper.cc | 14 KeyEventMapper::KeyEventMapper(InputStub* stub) : protocol::InputFilter(stub) { 40 void KeyEventMapper::InjectKeyEvent(const protocol::KeyEvent& event) { 53 protocol::KeyEvent new_event(event);
|
/external/chromium_org/remoting/client/plugin/ |
pepper_input_handler.h | 13 #include "remoting/protocol/input_stub.h" 23 namespace protocol { namespace in namespace:remoting 25 } // namespace protocol 33 void set_input_stub(protocol::InputStub* input_stub) { 84 protocol::InputStub* input_stub_;
|
normalizing_input_filter_mac_unittest.cc | 8 #include "remoting/protocol/protocol_mock_objects.h" 13 using remoting::protocol::InputStub; 14 using remoting::protocol::KeyEvent; 15 using remoting::protocol::MockInputStub; 16 using remoting::protocol::MouseEvent; 29 static const uint32 kTestLockStates = protocol::KeyEvent::LOCK_STATES_NUMLOCK; 50 scoped_ptr<protocol::InputFilter> processor( 68 scoped_ptr<protocol::InputFilter> processor( 88 scoped_ptr<protocol::InputFilter> processor( 149 scoped_ptr<protocol::InputFilter> processor [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
CSPSource.cpp | 40 return equalIgnoringCase(url.protocol(), m_scheme); 76 return isDefaultPortForProtocol(m_port, url.protocol()); 79 return isDefaultPortForProtocol(port, url.protocol());
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/ |
__init__.py | 32 opening handshake processors for each protocol version until a connection is 88 _LOGGER.debug('Trying protocol version %s', name) 91 _LOGGER.info('Established (%s protocol)', name) 95 'Failed to complete opening handshake as %s protocol: %r',
|
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
__init__.py | 39 The list of package names that is searched for protocol handlers is kept in 60 protocol = url_nocase.split('://', 1)[0] 62 module_name = '%s.protocol_%s' % (package_name, protocol,) 71 raise ValueError('invalid URL, protocol %r not known' % (protocol,))
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
Protocol.java | 30 * <h3>Protocol vs Scheme</h3> 33 * the protocol (http/1.1, spdy/3.1, etc.). OkHttp uses the word protocol to 36 public enum Protocol { 41 public static final List<Protocol> HTTP2_SPDY3_AND_HTTP = 43 public static final List<Protocol> SPDY3_AND_HTTP11 = 45 public static final List<Protocol> HTTP2_AND_HTTP_11 = 52 * When true the protocol is binary framed and derived from SPDY. 58 Protocol(String name, boolean spdyVariant) { 64 * Returns the protocol matching {@code input} or {@link #HTTP_11} is o [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
SecurityOrigin.cpp | 108 // SchemeRegistry needs a lower case protocol because it uses HashMaps 110 String protocol = innerURL.protocol().lower(); 112 if (SchemeRegistry::shouldTreatURLSchemeAsNoAccess(protocol)) 120 : m_protocol(url.protocol().isNull() ? "" : url.protocol().lower()) 216 // Invalid URLs are secure, as are URLs which have a secure protocol. 217 if (!url.isValid() || SchemeRegistry::shouldTreatURLSchemeAsSecure(url.protocol())) 221 if (shouldUseInnerURL(url) && SchemeRegistry::shouldTreatURLSchemeAsSecure(extractInnerURL(url).protocol())) 362 String protocol = url.protocol().lower() [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration.h | 35 // Sets Chrome as the default client application for the given protocol 37 static bool SetAsDefaultProtocolClient(const std::string& protocol); 40 // Chrome as the default handler for |protocol|. Returns false if the flow 43 // a FILE thread. If Chrome is already default for |protocol|, no interactive 46 const std::string& protocol); 65 // protocol of the requested url. This string may be a name or a path, but 91 // application for the given protocol and return the appropriate state. 93 IsDefaultProtocolClient(const std::string& protocol); 171 // application for a url protocol, and communicates the state and result of 197 // or application for a url protocol on Windows and Linux, and also settin 298 const std::string& protocol() const { return protocol_; } function in class:ShellIntegration::DefaultProtocolClientWorker [all...] |
/external/kernel-headers/original/uapi/linux/usb/ |
audio.h | 263 int protocol) 265 if (protocol == UAC_VERSION_1) 276 int protocol) 278 return (protocol == UAC_VERSION_1) ? 284 int protocol) 286 return (protocol == UAC_VERSION_1) ? 347 int protocol) 349 if (protocol == UAC_VERSION_1) 360 int protocol) 362 return (protocol == UAC_VERSION_1) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
sctputils_unittest.cc | 71 EXPECT_EQ(config.protocol.size(), protocol_length); 78 EXPECT_EQ(config.protocol, protocol_output); 85 config.protocol = "y"; 98 EXPECT_EQ(config.protocol, output_config.protocol); 109 config.protocol = "y"; 122 EXPECT_EQ(config.protocol, output_config.protocol); 132 config.protocol = "y"; 145 EXPECT_EQ(config.protocol, output_config.protocol) [all...] |