Searched refs:remoting (Results 176 - 200 of 813) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/host/
H A Dserver_log_entry_host.h8 #include "remoting/host/host_exit_codes.h"
9 #include "remoting/host/host_status_sender.h"
10 #include "remoting/protocol/transport.h"
12 namespace remoting { namespace
35 } // namespace remoting
H A Dsession_manager_factory.h15 namespace remoting { namespace
30 } // namespace remoting
H A Dworker_process_ipc_delegate.h15 namespace remoting { namespace
33 } // namespace remoting
/external/chromium_org/remoting/host/setup/
H A Doauth_helper.h10 namespace remoting { namespace
31 } // namespace remoting
H A Dhost_starter.h14 #include "remoting/base/rsa_key_pair.h"
15 #include "remoting/host/setup/daemon_controller.h"
16 #include "remoting/host/setup/service_client.h"
22 namespace remoting { namespace
26 public remoting::ServiceClient::Delegate {
62 // remoting::ServiceClient::Delegate
75 scoped_ptr<remoting::ServiceClient> service_client,
76 scoped_refptr<remoting::DaemonController> daemon_controller);
83 scoped_ptr<remoting::ServiceClient> service_client_;
84 scoped_refptr<remoting
[all...]
/external/chromium_org/remoting/host/win/
H A Dcom_security.h19 namespace remoting { namespace
36 } // namespace remoting
H A Dwts_terminal_observer.h12 namespace remoting { namespace
32 } // namespace remoting
/external/chromium_org/remoting/protocol/
H A Daudio_stub.h11 namespace remoting { namespace
32 } // namespace remoting
H A Dchannel_authenticator.h16 namespace remoting { namespace
39 } // namespace remoting
H A Dclient_video_dispatcher.cc5 #include "remoting/protocol/client_video_dispatcher.h"
9 #include "remoting/base/constants.h"
10 #include "remoting/proto/video.pb.h"
11 #include "remoting/protocol/video_stub.h"
13 namespace remoting { namespace
30 } // namespace remoting
H A Dclient_video_dispatcher.h9 #include "remoting/proto/video.pb.h"
10 #include "remoting/protocol/channel_dispatcher_base.h"
11 #include "remoting/protocol/message_reader.h"
13 namespace remoting { namespace
37 } // namespace remoting
H A Dclipboard_filter.cc6 #include "remoting/protocol/clipboard_filter.h"
8 namespace remoting { namespace
31 } // namespace remoting
H A Dclipboard_stub.h13 namespace remoting { namespace
32 } // namespace remoting
H A Dcursor_shape_stub.h12 namespace remoting { namespace
29 } // namespace remoting
H A Dhost_video_dispatcher.cc5 #include "remoting/protocol/host_video_dispatcher.h"
9 #include "remoting/base/constants.h"
10 #include "remoting/proto/video.pb.h"
11 #include "remoting/protocol/message_serialization.h"
13 namespace remoting { namespace
34 } // namespace remoting
H A Dthird_party_authenticator_base.cc5 #include "remoting/protocol/third_party_authenticator_base.h"
11 #include "remoting/base/constants.h"
12 #include "remoting/base/rsa_key_pair.h"
13 #include "remoting/protocol/channel_authenticator.h"
14 #include "remoting/protocol/v2_authenticator.h"
17 namespace remoting { namespace
22 { remoting::kChromotingXmlNamespace, "third-party-token-url" };
24 { remoting::kChromotingXmlNamespace, "third-party-token-scope" };
26 { remoting::kChromotingXmlNamespace, "third-party-token" };
97 } // namespace remoting
[all...]
H A Dtransport.cc5 #include "remoting/protocol/transport.h"
9 namespace remoting { namespace
33 } // namespace remoting
H A Dvideo_stub.h11 namespace remoting { namespace
31 } // namespace remoting
/external/chromium_org/remoting/test/
H A Dleaky_bucket.h11 namespace remoting { namespace
36 } // namespace remoting
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_service_unittest.js42 it2meService = new remoting.It2MeService(appLauncher);
62 state: remoting.ClientSession.State.CONNECTED
68 state: remoting.ClientSession.State.CONNECTED
102 state: remoting.ClientSession.State.CONNECTED
108 state: remoting.ClientSession.State.CONNECTED
113 state: remoting.ClientSession.State.CLOSED
119 state: remoting.ClientSession.State.CLOSED
H A Dxmpp_connection_unittest.js32 connection = new remoting.XmppConnection(onStateChange);
50 remoting.SignalStrategy.State.CONNECTING);
58 QUnit.equal(connection.getError(), remoting.Error.NETWORK_FAILURE);
66 remoting.SignalStrategy.State.CONNECTING);
75 remoting.SignalStrategy.State.HANDSHAKE);
77 var parser = new remoting.XmppStreamParser();
83 remoting.SignalStrategy.State.CONNECTED);
/external/chromium_org/remoting/webapp/browser_test/
H A Dbrowser_test.js121 if (expectedMode == remoting.currentMode) {
131 var uiModeChanged = remoting.testEvents.Names.uiModeChanged;
139 remoting.testEvents.removeEventListener(uiModeChanged, onUIModeChanged);
145 remoting.testEvents.removeEventListener(uiModeChanged, onUIModeChanged);
155 remoting.testEvents.addEventListener(uiModeChanged, onUIModeChanged);
160 var AppMode = remoting.AppMode;
175 var AppMode = remoting.AppMode;
176 remoting.disconnect();
195 return browserTest.expectMe2MeError(remoting.Error.INVALID_ACCESS_CODE);
203 var AppMode = remoting
[all...]
H A Dbump_scroll_browser_test.js21 this.defineEvents(Object.keys(remoting.ClientSession.Events));
82 remoting.clientSession.pluginWidthForBumpScrollTesting =
84 remoting.clientSession.pluginHeightForBumpScrollTesting =
91 remoting.clientSession.pluginWidthForBumpScrollTesting =
93 remoting.clientSession.pluginHeightForBumpScrollTesting =
101 remoting.clientSession.pluginWidthForBumpScrollTesting =
103 remoting.clientSession.pluginHeightForBumpScrollTesting =
119 remoting.fullscreen.activate(true, function() {
159 var STARTED = remoting.ClientSession.Events.bumpScrollStarted;
160 var STOPPED = remoting
[all...]
/external/chromium_org/remoting/webapp/
H A Dformat_iq.js13 var remoting = remoting || {};
18 remoting.FormatIq = function() {
32 remoting.FormatIq.prototype.verifyAttributes = function(node, validAttrs) {
53 remoting.FormatIq.prototype.setJids = function(clientJid, hostJid) {
65 remoting.FormatIq.prototype.calcServerString = function(server) {
93 remoting.FormatIq.prototype.calcChannelString = function(channel) {
116 remoting.FormatIq.prototype.prettyJingleinfo = function(query) {
177 remoting.FormatIq.prototype.prettySessionInitiateAccept = function(jingle) {
253 remoting
[all...]
/external/chromium_org/chrome/test/remoting/
H A Dpage_load_notification_observer.cc5 #include "chrome/test/remoting/page_load_notification_observer.h"
11 namespace remoting { namespace
29 } // namespace remoting

Completed in 3148 milliseconds

1234567891011>>