/external/chromium_org/remoting/host/ |
pin_hash.h | 10 namespace remoting { namespace 23 } // namespace remoting
|
session_manager_factory.cc | 5 #include "remoting/host/session_manager_factory.h" 7 #include "remoting/jingle_glue/chromium_port_allocator.h" 8 #include "remoting/jingle_glue/chromium_socket_factory.h" 9 #include "remoting/jingle_glue/network_settings.h" 10 #include "remoting/protocol/jingle_session_manager.h" 11 #include "remoting/protocol/libjingle_transport_factory.h" 12 #include "remoting/protocol/session_manager.h" 14 namespace remoting { namespace 37 } // namespace remoting
|
usage_stats_consent.h | 8 namespace remoting { namespace 24 } // remoting
|
username.h | 10 namespace remoting { namespace 16 } // namespace remoting
|
/external/chromium_org/remoting/host/setup/ |
oauth_helper.h | 10 namespace remoting { namespace 31 } // namespace remoting
|
pin_validator.h | 10 namespace remoting { namespace 15 } // namespace remoting
|
pin_validator_unittest.cc | 5 #include "remoting/host/setup/pin_validator.h" 9 namespace remoting { namespace 35 } // namespace remoting
|
test_util.cc | 5 #include "remoting/host/setup/test_util.h" 13 namespace remoting { namespace 32 } // namepsace remoting
|
test_util.h | 10 namespace remoting { namespace 18 } // namespace remoting
|
/external/chromium_org/remoting/host/win/ |
launch_process_with_token.h | 18 namespace remoting { namespace 45 } // namespace remoting
|
omaha.cc | 5 #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
|
omaha.h | 8 namespace remoting { namespace 13 } // namespace remoting
|
/external/chromium_org/remoting/jingle_glue/ |
mock_objects.h | 6 #include "remoting/jingle_glue/iq_sender.h" 7 #include "remoting/jingle_glue/signal_strategy.h" 11 namespace remoting { namespace 35 } // namespace remoting
|
/external/chromium_org/remoting/webapp/ |
paired_client_manager.js | 13 var remoting = remoting || {}; 24 remoting.PairedClient = function(pairedClient) { 43 * @param {remoting.PairedClientManager} parent The paired client manager 47 remoting.PairedClient.prototype.createDom = function(parent, tbody) { 75 remoting.PairedClient.prototype.showButton = function(show) { 83 remoting.PairedClient.prototype.isValid = function() { 94 * @return {Array.<remoting.PairedClient>} The converted result. 96 remoting.PairedClient.convertToPairedClientArray = function(pairedClients) { 104 var pairedClient = new remoting.PairedClient(pairedClients[i]) 204 remoting.PairedClientManager.prototype.setWorking_ = function(working) { class [all...] |
host.js | 13 var remoting = remoting || {}; 20 remoting.Host = function() { 45 * @param {remoting.Host} host The host information from the directory. 51 remoting.Host.needsUpdate = function(host, webappVersion) {
|
viewer_plugin_proto.js | 9 var remoting = remoting || {}; 14 remoting.ViewerPlugin = function() { }; 17 remoting.ViewerPlugin.prototype.postMessage = function(message) {};
|
clipboard_event_proto.js | 5 // 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.ClipboardEvent.prototype.clipboardData [all...] |
toolbar.js | 13 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.Toolbar.prototype.toggle = function() [all...] |
wcs.js | 14 var remoting = remoting || {}; 16 /** @type {remoting.Wcs} */ 17 remoting.wcs = null; 21 * @param {remoting.WcsIqClient} wcsIqClient The WCS client. 25 remoting.Wcs = function(wcsIqClient, token, onReady) { 28 * @type {remoting.WcsIqClient} 74 remoting.Wcs.prototype.updateAccessToken = function(tokenNew) { 88 remoting.Wcs.prototype.onMessage_ = function(msg) { 106 remoting.Wcs.prototype.getJid = function() [all...] |
plugin_settings.js | 12 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.Settings.prototype.OAUTH2_API_BASE_URL = 'OAUTH2_API_BASE_URL' [all...] |
client_plugin_async.js | 10 * the actual remoting work. It also handles differences between 17 var remoting = remoting || {}; 20 * @param {remoting.ViewerPlugin} plugin The plugin embed element. 22 * @implements {remoting.ClientPlugin} 24 remoting.ClientPluginAsync = function(plugin) { 69 /** @type {remoting.ClientSession.PerfStats} */ 70 this.perfStats_ = new remoting.ClientSession.PerfStats(); 72 /** @type {remoting.ClientPluginAsync} */ 89 remoting.ClientPluginAsync.prototype.API_VERSION_ = 6 [all...] |
identity.js | 13 var remoting = remoting || {}; 16 * TODO(jamiewalch): Remove remoting.OAuth2 from this type annotation when 19 * @type {remoting.Identity|remoting.OAuth2} 21 remoting.identity = null; 29 remoting.Identity = function(consentCallback) { 34 /** @type {Array.<remoting.Identity.Callbacks>} */ 47 * @param {function(remoting.Error):void} onError Function to invoke with an 51 remoting.Identity.prototype.callWithToken = function(onOk, onError) [all...] |
wcs_iq_client_proto.js | 9 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) {};
|
host_dispatcher.js | 22 var remoting = remoting || {}; 26 * @param {function():remoting.HostPlugin} createPluginCallback Callback to 30 remoting.HostDispatcher = function(createPluginCallback) { 31 /** @type {remoting.HostDispatcher} */ 34 /** @type {remoting.HostNativeMessaging} @private */ 35 this.nativeMessagingHost_ = new remoting.HostNativeMessaging(); 37 /** @type {remoting.HostPlugin} @private */ 40 /** @type {remoting.HostDispatcher.State} */ 41 this.state_ = remoting.HostDispatcher.State.UNKNOWN [all...] |
format_iq.js | 13 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.FormatIq.prototype.prettySessionTerminate = function(jingle) [all...] |