HomeSort by relevance Sort by last modified time
    Searched defs:protocol (Results 176 - 200 of 856) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/renderer/pepper/
pepper_websocket_host.cc 69 std::string protocol; local
71 protocol = websocket_->subprotocol().utf8();
77 protocol));
  /external/chromium_org/media/filters/
ffmpeg_glue.cc 23 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque); local
24 int result = protocol->Read(buf_size, buf);
31 FFmpegURLProtocol* protocol = reinterpret_cast<FFmpegURLProtocol*>(opaque); local
35 if (protocol->SetPosition(offset))
36 protocol->GetPosition(&new_offset);
41 if (!protocol->GetPosition(&pos))
43 if (protocol->SetPosition(pos + offset))
44 protocol->GetPosition(&new_offset);
49 if (!protocol->GetSize(&size))
51 if (protocol->SetPosition(size + offset)
    [all...]
  /external/chromium_org/net/http/
http_server_properties.h 32 ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken.
36 // Simply returns whether |protocol| is between
39 NET_EXPORT bool IsAlternateProtocolValid(AlternateProtocol protocol);
47 NET_EXPORT const char* AlternateProtocolToString(AlternateProtocol protocol);
55 return port == other.port && protocol == other.protocol;
61 AlternateProtocol protocol; member in struct:net::PortAlternateProtocolPair
74 // * Alternate-Protocol support
95 // Returns true if |server| has an Alternate-Protocol header.
98 // Returns the Alternate-Protocol and port for |server|
    [all...]
  /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
30 PepperInputHandler(pp::Instance* instance, protocol::InputStub* input_stub);
74 protocol::InputStub* input_stub_;
  /external/chromium_org/remoting/host/
video_scheduler.h 32 namespace protocol { namespace in namespace:remoting
36 } // namespace protocol
89 protocol::CursorShapeStub* cursor_stub,
90 protocol::VideoStub* video_stub);
146 void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
170 protocol::CursorShapeStub* cursor_stub_;
171 protocol::VideoStub* video_stub_;
  /external/chromium_org/remoting/protocol/
authenticator.h 18 namespace protocol { namespace in namespace:remoting
27 // Authenticator is an abstract interface for authentication protocol
30 // protocol. Client and host will repeatedly call their Authenticators
133 } // namespace protocol
authenticator_test_base.cc 5 #include "remoting/protocol/authenticator_test_base.h"
15 #include "remoting/protocol/authenticator.h"
16 #include "remoting/protocol/channel_authenticator.h"
17 #include "remoting/protocol/fake_session.h"
25 namespace protocol { namespace in namespace:remoting
151 } // namespace protocol
authenticator_test_base.h 24 namespace protocol { namespace in namespace:remoting
74 } // namespace protocol
client_control_dispatcher.cc 5 #include "remoting/protocol/client_control_dispatcher.h"
15 #include "remoting/protocol/client_stub.h"
16 #include "remoting/protocol/util.h"
19 namespace protocol { namespace in namespace:remoting
147 } // namespace protocol
connection_tester.cc 5 #include "remoting/protocol/connection_tester.h"
15 namespace protocol { namespace in namespace:remoting
260 } // namespace protocol
connection_tester.h 25 namespace protocol { namespace in namespace:remoting
106 } // namespace protocol
connection_to_client.cc 5 #include "remoting/protocol/connection_to_client.h"
11 #include "remoting/protocol/clipboard_stub.h"
12 #include "remoting/protocol/host_control_dispatcher.h"
13 #include "remoting/protocol/host_event_dispatcher.h"
14 #include "remoting/protocol/host_stub.h"
15 #include "remoting/protocol/input_stub.h"
18 namespace protocol { namespace in namespace:remoting
20 ConnectionToClient::ConnectionToClient(protocol::Session* session)
37 protocol::Session* ConnectionToClient::session() {
74 protocol::ClipboardStub* clipboard_stub)
    [all...]
connection_to_host.cc 5 #include "remoting/protocol/connection_to_host.h"
12 #include "remoting/protocol/audio_reader.h"
13 #include "remoting/protocol/audio_stub.h"
14 #include "remoting/protocol/auth_util.h"
15 #include "remoting/protocol/authenticator.h"
16 #include "remoting/protocol/client_control_dispatcher.h"
17 #include "remoting/protocol/client_event_dispatcher.h"
18 #include "remoting/protocol/client_stub.h"
19 #include "remoting/protocol/clipboard_stub.h"
20 #include "remoting/protocol/errors.h
28 namespace protocol { namespace in namespace:remoting
    [all...]
fake_authenticator.cc 5 #include "remoting/protocol/fake_authenticator.h"
16 namespace protocol { namespace in namespace:remoting
172 } // namespace protocol
fake_authenticator.h 10 #include "remoting/protocol/authenticator.h"
11 #include "remoting/protocol/channel_authenticator.h"
14 namespace protocol { namespace in namespace:remoting
105 } // namespace protocol
jingle_messages_unittest.cc 5 #include "remoting/protocol/jingle_messages.h"
18 namespace protocol { namespace in namespace:remoting
188 "username='tPUyEAmQrEw3y7hi' protocol='udp' generation='0' "
191 "username='EPK3CXo5sTLJSez0' protocol='udp' generation='0' "
373 } // namespace protocol
jingle_session.h 18 #include "remoting/protocol/authenticator.h"
19 #include "remoting/protocol/channel_factory.h"
20 #include "remoting/protocol/jingle_messages.h"
21 #include "remoting/protocol/session.h"
22 #include "remoting/protocol/session_config.h"
23 #include "remoting/protocol/transport.h"
31 namespace protocol { namespace in namespace:remoting
37 // Jingle protocol used in Chromoting. Instances of this class are
178 } // namespace protocol
message_reader.h 15 #include "remoting/protocol/message_decoder.h"
23 namespace protocol { namespace in namespace:remoting
80 // Version of MessageReader for protocol buffer messages, that parses
110 LOG(WARNING) << "Received message that is not a valid protocol buffer.";
121 } // namespace protocol
message_reader_unittest.cc 15 #include "remoting/protocol/fake_session.h"
16 #include "remoting/protocol/message_reader.h"
27 namespace protocol { namespace in namespace:remoting
325 } // namespace protocol
pairing_authenticator_base.cc 5 #include "remoting/protocol/pairing_authenticator_base.h"
9 #include "remoting/protocol/channel_authenticator.h"
12 namespace protocol { namespace in namespace:remoting
74 // this case the pairing protocol can continue by communicating the error
153 } // namespace protocol
protocol_mock_objects.h 17 #include "remoting/protocol/authenticator.h"
18 #include "remoting/protocol/client_stub.h"
19 #include "remoting/protocol/clipboard_stub.h"
20 #include "remoting/protocol/connection_to_client.h"
21 #include "remoting/protocol/host_stub.h"
22 #include "remoting/protocol/input_stub.h"
23 #include "remoting/protocol/pairing_registry.h"
24 #include "remoting/protocol/session.h"
25 #include "remoting/protocol/session_manager.h"
26 #include "remoting/protocol/transport.h
31 namespace protocol { namespace in namespace:remoting
    [all...]
ssl_hmac_channel_authenticator.cc 5 #include "remoting/protocol/ssl_hmac_channel_authenticator.h"
22 #include "remoting/protocol/auth_util.h"
25 namespace protocol { namespace in namespace:remoting
278 } // namespace protocol
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
RTCDataChannelHandler.cpp 76 String RTCDataChannelHandler::protocol() const function in class:WebCore::RTCDataChannelHandler
78 return m_webHandler->protocol();
  /external/chromium_org/third_party/WebKit/Source/platform/weborigin/
DatabaseIdentifierTest.cpp 49 String protocol; member in struct:__anon10872::OriginTestCase
70 RefPtr<SecurityOrigin> origin = SecurityOrigin::create(cases[i].protocol, cases[i].host, cases[i].port);
230 EXPECT_EQ(validCases[i].expectedProtocol, origin->protocol()) << "test case " << i;
OriginAccessEntry.h 59 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
60 OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting, IPAddressSetting);
63 const String& protocol() const { return m_protocol; } function in class:WebCore::OriginAccessEntry
79 return equalIgnoringCase(a.protocol(), b.protocol())

Completed in 464 milliseconds

1 2 3 4 5 6 78 91011>>