OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protocol
(Results
151 - 175
of
1176
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/ui/cocoa/
url_drop_target.h
10
@
protocol
URLDropTarget;
11
@
protocol
URLDropTargetController;
37
//
Protocol
which views that are URL drop targets and use |URLDropTargetHandler|
39
@
protocol
URLDropTarget
51
@end // @
protocol
URLDropTarget
53
//
Protocol
for the controller which handles the actual drop data/drop updates.
54
@
protocol
URLDropTargetController
77
@end // @
protocol
URLDropTargetController
/external/chromium_org/remoting/host/
chromium_port_allocator_factory.cc
9
#include "remoting/
protocol
/chromium_port_allocator.h"
10
#include "remoting/
protocol
/network_settings.h"
15
const
protocol
::NetworkSettings& network_settings,
25
const
protocol
::NetworkSettings& network_settings,
36
scoped_ptr<
protocol
::ChromiumPortAllocator> port_allocator(
37
protocol
::ChromiumPortAllocator::Create(url_request_context_getter_,
chromoting_host.cc
22
#include "remoting/
protocol
/connection_to_client.h"
23
#include "remoting/
protocol
/client_stub.h"
24
#include "remoting/
protocol
/host_stub.h"
25
#include "remoting/
protocol
/input_stub.h"
26
#include "remoting/
protocol
/session_config.h"
28
using remoting::
protocol
::ConnectionToClient;
29
using remoting::
protocol
::InputStub;
66
scoped_ptr<
protocol
::SessionManager> session_manager,
83
protocol_config_(
protocol
::CandidateSessionConfig::CreateDefault()),
149
scoped_ptr<
protocol
::AuthenticatorFactory> authenticator_factory)
[
all
...]
host_exit_codes.cc
7
#include "remoting/
protocol
/name_value_map.h"
9
using remoting::
protocol
::NameMapElement;
pairing_registry_delegate.cc
11
using
protocol
::PairingRegistry;
remote_input_filter.cc
26
RemoteInputFilter::RemoteInputFilter(
protocol
::InputEventTracker* event_tracker)
72
void RemoteInputFilter::InjectKeyEvent(const
protocol
::KeyEvent& event) {
78
void RemoteInputFilter::InjectTextEvent(const
protocol
::TextEvent& event) {
84
void RemoteInputFilter::InjectMouseEvent(const
protocol
::MouseEvent& event) {
server_log_entry_host.h
10
#include "remoting/
protocol
/transport.h"
33
protocol
::TransportRoute::RouteType type);
video_frame_recorder_host_extension.h
28
protocol
::ClientStub* client_stub) OVERRIDE;
/external/chromium_org/remoting/protocol/
channel_authenticator.h
17
namespace
protocol
{
namespace in namespace:remoting
38
} // namespace
protocol
client_event_dispatcher.h
9
#include "remoting/
protocol
/buffered_socket_writer.h"
10
#include "remoting/
protocol
/channel_dispatcher_base.h"
11
#include "remoting/
protocol
/input_stub.h"
14
namespace
protocol
{
namespace in namespace:remoting
38
} // namespace
protocol
client_stub.h
14
#include "remoting/
protocol
/clipboard_stub.h"
15
#include "remoting/
protocol
/cursor_shape_stub.h"
18
namespace
protocol
{
namespace in namespace:remoting
43
} // namespace
protocol
client_video_dispatcher.cc
5
#include "remoting/
protocol
/client_video_dispatcher.h"
11
#include "remoting/
protocol
/video_stub.h"
14
namespace
protocol
{
namespace in namespace:remoting
29
} // namespace
protocol
client_video_dispatcher.h
10
#include "remoting/
protocol
/channel_dispatcher_base.h"
11
#include "remoting/
protocol
/message_reader.h"
14
namespace
protocol
{
namespace in namespace:remoting
36
} // namespace
protocol
clipboard_filter.cc
6
#include "remoting/
protocol
/clipboard_filter.h"
9
namespace
protocol
{
namespace in namespace:remoting
30
} // namespace
protocol
clipboard_filter.h
10
#include "remoting/
protocol
/clipboard_stub.h"
13
namespace
protocol
{
namespace in namespace:remoting
41
} // namespace
protocol
datagram_channel_factory.h
17
namespace
protocol
{
namespace in namespace:remoting
46
} // namespace
protocol
host_video_dispatcher.cc
5
#include "remoting/
protocol
/host_video_dispatcher.h"
11
#include "remoting/
protocol
/message_serialization.h"
14
namespace
protocol
{
namespace in namespace:remoting
33
} // namespace
protocol
host_video_dispatcher.h
11
#include "remoting/
protocol
/buffered_socket_writer.h"
12
#include "remoting/
protocol
/channel_dispatcher_base.h"
13
#include "remoting/
protocol
/video_stub.h"
16
namespace
protocol
{
namespace in namespace:remoting
37
} // namespace
protocol
input_stub.h
14
namespace
protocol
{
namespace in namespace:remoting
35
} // 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
stream_channel_factory.h
20
namespace
protocol
{
namespace in namespace:remoting
51
} // namespace
protocol
transport.cc
5
#include "remoting/
protocol
/transport.h"
10
namespace
protocol
{
namespace in namespace:remoting
32
} // namespace
protocol
/external/chromium_org/third_party/WebKit/Source/core/dom/
DOMURLUtilsReadOnly.h
46
static String
protocol
(const KURL& url) { return url.
protocol
() + ":"; }
function in class:blink::DOMURLUtilsReadOnly
47
String
protocol
() { return
protocol
(url()); }
function in class:blink::DOMURLUtilsReadOnly
/external/chromium_org/third_party/WebKit/public/platform/
WebRTCDataChannelHandler.h
50
virtual WebString
protocol
() const = 0;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java
41
public String
protocol
= "";
field in class:DataChannel.Init
51
String
protocol
, boolean negotiated, int id) {
55
this.
protocol
=
protocol
;
Completed in 2119 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>