Searched refs:remoting (Results 1 - 25 of 700) 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
/external/chromium_org/remoting/webapp/
H A Dviewer_plugin_proto.js9 var remoting = remoting || {};
14 remoting.ViewerPlugin = function() { };
17 remoting.ViewerPlugin.prototype.postMessage = function(message) {};
H A Dplugin_settings.js12 var remoting = remoting || {};
14 /** @type {remoting.Settings} */
15 remoting.settings = null;
17 remoting.Settings = function() {};
23 remoting.Settings.prototype.PLUGIN_MIMETYPE = 'HOST_PLUGIN_MIMETYPE';
25 remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID';
27 remoting.Settings.prototype.OAUTH2_CLIENT_SECRET = 'API_CLIENT_SECRET';
30 remoting.Settings.prototype.OAUTH2_BASE_URL = 'OAUTH2_BASE_URL';
32 remoting
[all...]
H A Dclipboard_event_proto.js5 // This file contains type definitions for the remoting.ClipboardEvent class,
10 var remoting = remoting || {};
15 remoting.ClipboardData = function() {};
18 remoting.ClipboardData.prototype.types;
21 remoting.ClipboardData.prototype.getData;
24 remoting.ClipboardData.prototype.setData;
28 remoting.ClipboardEvent = function() {};
30 /** @type {remoting.ClipboardData} */
31 remoting
[all...]
H A Dwcs_iq_client_proto.js9 var remoting = remoting || {};
13 remoting.WcsIqClient = function() {};
18 remoting.WcsIqClient.prototype.setOnMessage = function(onMsg) {};
21 remoting.WcsIqClient.prototype.connectChannel = function() {};
25 remoting.WcsIqClient.prototype.sendIq = function(stanza) {};
29 remoting.WcsIqClient.prototype.updateAccessToken = function(token) {};
H A Dhost_plugin_proto.js9 var remoting = remoting || {};
14 remoting.HostPlugin = function() {};
19 remoting.HostPlugin.prototype.connect = function(email, token) {};
22 remoting.HostPlugin.prototype.disconnect = function() {};
26 remoting.HostPlugin.prototype.localize = function(callback) {};
31 remoting.HostPlugin.prototype.getHostName = function(callback) {};
38 remoting.HostPlugin.prototype.getPinHash = function(hostId, pin, callback) {};
43 remoting.HostPlugin.prototype.generateKeyPair = function(callback) {};
54 * @param {function(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 if (!remoting.connector) {
32 remoting.connector = new remoting
[all...]
H A Dclient_plugin.js6 var remoting = remoting || {};
12 remoting.ClientPlugin = function() {
16 remoting.ClientPlugin.prototype.desktopWidth;
18 remoting.ClientPlugin.prototype.desktopHeight;
20 remoting.ClientPlugin.prototype.desktopXDpi;
22 remoting.ClientPlugin.prototype.desktopYDpi;
25 remoting.ClientPlugin.prototype.onOutgoingIqHandler;
27 remoting.ClientPlugin.prototype.onDebugMessageHandler;
29 remoting
[all...]
H A Derror.js8 var remoting = remoting || {};
13 remoting.Error = {
H A Dremoting.js8 var remoting = remoting || {};
10 /** @type {remoting.HostSession} */ remoting.hostSession = null;
15 remoting.isAppsV2 = false;
41 remoting.init = function() {
47 remoting.isAppsV2 = true;
52 if (!remoting.isAppsV2) {
56 remoting.logExtensionInfo_();
60 remoting
[all...]
H A Dhost_screen.js13 var remoting = remoting || {};
27 remoting.tryShare = function() {
29 remoting.identity.callWithToken(remoting.tryShareWithToken_,
30 remoting.showErrorMessage);
37 remoting.tryShareWithToken_ = function(token) {
40 remoting.setMode(remoting.AppMode.HOST_WAITING_FOR_CODE);
45 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 Dhost_session.js7 * Class handling creation and teardown of a remoting host session.
10 * actual remoting work. There should be no UI code inside this class. It
17 var remoting = remoting || {};
22 remoting.HostSession = function() {
25 /** @type {remoting.HostPlugin} */
26 remoting.HostSession.prototype.plugin = null;
31 remoting.HostSession.State = {
45 * @return {remoting.HostPlugin} The new plugin instance.
47 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...]
H A Dtoolbar.js13 var remoting = remoting || {};
19 remoting.Toolbar = function(toolbar) {
46 window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
50 /** @type {remoting.Toolbar} */
65 remoting.Toolbar.prototype.preview = function() {
66 this.toolbar_.classList.add(remoting.Toolbar.VISIBLE_CLASS_);
73 classList.remove.bind(classList, remoting.Toolbar.VISIBLE_CLASS_),
80 remoting.Toolbar.prototype.center = function() {
91 remoting
[all...]
/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/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
/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

Completed in 816 milliseconds

1234567891011>>