Searched refs:remoting (Results 1 - 25 of 736) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/base/
H A Dbreakpad_linux.cc5 #include "remoting/base/breakpad.h"
7 namespace remoting { namespace
14 } // namespace remoting
H A Dtest_rsa_key_pair.h5 namespace remoting { namespace
32 } // namespace remoting
H A Dbreakpad.h8 namespace remoting { namespace
21 } // remoting
H A Dlogging.h10 namespace remoting { namespace
19 } // namespace remoting
H A Dresources_win.cc5 #include "remoting/base/resources.h"
7 namespace remoting { namespace
17 } // namespace remoting
/external/chromium_org/remoting/host/win/
H A Domaha.cc5 #include "remoting/host/win/omaha.h"
7 namespace remoting { namespace
10 // defined in remoting/host/win/chromoting.wxs and the Omaha server
14 } // namespace remoting
/external/chromium_org/remoting/webapp/js_proto/
H A Dremoting_proto.js5 // This file contains type definitions for various remoting classes.
9 var remoting = remoting || {};
14 remoting.ClipboardData = function() {};
17 remoting.ClipboardData.prototype.types;
20 remoting.ClipboardData.prototype.getData;
23 remoting.ClipboardData.prototype.setData;
27 remoting.ClipboardEvent = function() {};
29 /** @type {remoting.ClipboardData} */
30 remoting
[all...]
/external/chromium_org/remoting/webapp/
H A Dplugin_settings.js12 var remoting = remoting || {};
14 /** @type {remoting.Settings} */
15 remoting.settings = null;
17 remoting.Settings = function() {};
23 remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
25 remoting.Settings.prototype.OAUTH2_CLIENT_SECRET = 'API_CLIENT_SECRET';
28 remoting.Settings.prototype.OAUTH2_BASE_URL = 'OAUTH2_BASE_URL';
30 remoting.Settings.prototype.OAUTH2_API_BASE_URL = 'OAUTH2_API_BASE_URL';
32 remoting
[all...]
H A Dfullscreen.js13 var remoting = remoting || {};
16 remoting.Fullscreen = function() { };
24 remoting.Fullscreen.prototype.activate = function(fullscreen, opt_onDone) { };
29 remoting.Fullscreen.prototype.isActive = function() { };
34 remoting.Fullscreen.prototype.toggle = function() { };
41 remoting.Fullscreen.prototype.addListener = function(callback) { };
48 remoting.Fullscreen.prototype.removeListener = function(callback) { };
62 remoting.Fullscreen.prototype.syncWithMaximize = function(sync) { };
64 /** @type {remoting
[all...]
H A Dserver_log_entry.js13 var remoting = remoting || {};
19 remoting.ServerLogEntry = function() {
24 remoting.ServerLogEntry.KEY_EVENT_NAME_ = 'event-name';
26 remoting.ServerLogEntry.VALUE_EVENT_NAME_SESSION_STATE_ =
30 remoting.ServerLogEntry.KEY_SESSION_ID_ = 'session-id';
33 remoting.ServerLogEntry.KEY_ROLE_ = 'role';
35 remoting.ServerLogEntry.VALUE_ROLE_CLIENT_ = 'client';
38 remoting.ServerLogEntry.KEY_SESSION_STATE_ = 'session-state';
42 * @param {remoting
[all...]
H A Dclient_screen.js13 var remoting = remoting || {};
16 * @type {remoting.SessionConnector} The connector object, set when a connection
19 remoting.connector = null;
22 * @type {remoting.ClientSession} The client session object, set once the
25 remoting.clientSession = null;
30 remoting.connectIT2Me = function() {
31 remoting.ensureSessionConnector_();
33 remoting.setMode(remoting
[all...]
H A Derror.js8 var remoting = remoting || {};
13 remoting.Error = {
H A Dhost_dispatcher.js14 var remoting = remoting || {};
19 remoting.HostDispatcher = function() {
20 /** @type {remoting.HostNativeMessaging} @private */
21 this.nativeMessagingHost_ = new remoting.HostNativeMessaging();
23 /** @type {remoting.HostDispatcher.State} @private */
24 this.state_ = remoting.HostDispatcher.State.UNKNOWN;
33 remoting.HostDispatcher.State = {
39 remoting.HostDispatcher.prototype.tryToInitialize_ = function() {
40 /** @type {remoting
[all...]
H A Dxhr_proxy.js24 var remoting = remoting || {};
30 remoting.XMLHttpRequestProxy = function() {
44 remoting.XMLHttpRequestProxy.prototype.open = function(
55 remoting.XMLHttpRequestProxy.prototype.send = function(data) {
56 if (remoting.sandboxContent) {
58 this.xhr_id_ = remoting.sandboxContent.sendXhr(this);
62 remoting.XMLHttpRequestProxy.prototype.setRequestHeader = function(
67 remoting.XMLHttpRequestProxy.prototype.abort = function() {
69 remoting
[all...]
H A Dbutter_bar.js14 var remoting = remoting || {};
19 remoting.ButterBar = function() {
22 /** @type{remoting.ButterBar} */
28 remoting.kIT2MeVisitedStorageKey,
33 [remoting.ButterBar.kSurveyStorageKey_,
34 remoting.ButterBar.kHangoutsStorageKey_],
47 remoting.ButterBar.prototype.show_ =
51 var messageElement = document.getElementById(remoting.ButterBar.kMessageId_);
58 document.getElementById(remoting
[all...]
H A Dlog_to_server.js13 var remoting = remoting || {};
18 remoting.LogToServer = function() {
21 /** @type {remoting.StatsAccumulator} */
22 this.statsAccumulator = new remoting.StatsAccumulator();
33 remoting.LogToServer.SESSION_ID_ALPHABET_ =
36 remoting.LogToServer.SESSION_ID_LEN_ = 20;
39 remoting.LogToServer.MAX_SESSION_ID_AGE = 24 * 60 * 60 * 1000;
43 remoting.LogToServer.CONNECTION_STATS_ACCUMULATE_TIME = 60 * 1000;
48 * @param {remoting
[all...]
H A Devent_handlers.js8 var remoting = remoting || {};
12 remoting.setMode(remoting.AppMode.HOME);
18 remoting.identity.callWithToken(
21 remoting.setMode(remoting.AppMode.CLIENT_UNCONNECTED);
23 remoting.showErrorMessage);
26 if (remoting.currentMode == remoting
[all...]
/external/chromium_org/remoting/client/
H A Dclient_config.cc5 #include "remoting/client/client_config.h"
7 namespace remoting { namespace
15 } // namespace remoting
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_plugin_unittest.cc6 #include "remoting/client/plugin/chromoting_plugin.h"
9 namespace remoting { namespace
19 } // namespace remoting
/external/chromium_org/remoting/host/
H A Dlogging.h10 namespace remoting { namespace
15 } // namespace remoting
H A Dhost_secret.h7 namespace remoting { namespace
12 } // namespace remoting
/external/chromium_org/remoting/ios/Chromoting_unittests/
H A Dmain_no_arc.h5 namespace remoting { namespace
11 } // remoting
/external/chromium_org/remoting/jingle_glue/
H A Dmock_objects.cc5 #include "remoting/jingle_glue/mock_objects.h"
7 namespace remoting { namespace
12 } // namespace remoting
/external/chromium_org/chrome/test/remoting/
H A Dlaunch_browsertest.cc5 #include "chrome/test/remoting/remote_desktop_browsertest.h"
7 namespace remoting { namespace
19 } // namespace remoting
/external/chromium_org/remoting/client/jni/
H A Dandroid_keymap.h11 namespace remoting { namespace
21 } // namespace remoting

Completed in 5321 milliseconds

1234567891011>>