Searched refs:remoting (Results 126 - 150 of 813) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Dmessage_serialization.h19 namespace remoting { namespace
30 } // namespace remoting
H A Dsocket_util.cc5 #include "remoting/protocol/socket_util.h"
9 namespace remoting { namespace
42 } // namespace remoting
/external/chromium_org/remoting/webapp/
H A Dcast_extension_handler.js21 var remoting = remoting || {};
25 * @param {!remoting.ClientSession} clientSession The client session to send
28 remoting.CastExtensionHandler = function(clientSession) {
52 remoting.CastExtensionHandler.prototype.SCRIPT_NODE_ID_ = 'cast-script-node';
58 remoting.CastExtensionHandler.prototype.start_ = function() {
73 /** @type {remoting.CastExtensionHandler} */
91 remoting.CastExtensionHandler.prototype.onMessage = function(msgString) {
109 remoting.CastExtensionHandler.prototype.sendMessageToHost_ =
118 remoting
[all...]
H A Dthird_party_token_fetcher.js7 * Third party authentication support for the remoting web-app.
24 var remoting = remoting || {};
37 remoting.ThirdPartyTokenFetcher = function(
44 this.xsrfToken_ = remoting.generateXsrfToken();
55 this.redirectUri_ = remoting.settings.THIRD_PARTY_AUTH_REDIRECT_URI;
62 remoting.ThirdPartyTokenFetcher.prototype.fetchToken = function() {
72 var hostPermissions = new remoting.ThirdPartyHostPermissions(
92 remoting.ThirdPartyTokenFetcher.prototype.parseRedirectUrl_ =
135 remoting
[all...]
H A Dvideo_frame_recorder.js13 var remoting = remoting || {};
17 * @param {remoting.ClientPlugin} plugin
19 remoting.VideoFrameRecorder = function(plugin) {
28 remoting.VideoFrameRecorder.prototype.startStopRecording = function() {
48 remoting.VideoFrameRecorder.prototype.isRecording = function() {
59 remoting.VideoFrameRecorder.prototype.handleMessage =
123 remoting.VideoFrameRecorder.prototype.onFileChosen_ = function(fileEntry) {
136 remoting.VideoFrameRecorder.prototype.onFileWriter_ = function(fileWriter) {
143 remoting
[all...]
H A Dwcs_sandbox_container.js15 var remoting = remoting || {};
22 remoting.WcsSandboxContainer = function(sandbox) {
28 /** @type {function(remoting.Error):void}
56 * @param {function(remoting.Error):void} onError called in case of an error.
59 remoting.WcsSandboxContainer.prototype.connect = function(
75 remoting.WcsSandboxContainer.prototype.setOnIq = function(onIq) {
84 remoting.WcsSandboxContainer.prototype.ensureAccessTokenRefreshTimer_ =
99 remoting.WcsSandboxContainer.prototype.refreshAccessToken_ = function() {
100 remoting
[all...]
H A Dhost_table_entry.js13 var remoting = remoting || {};
17 * @param {remoting.Host} host The host, as obtained from Apiary.
20 * @param {function(remoting.HostTableEntry):void} onRename Callback for
22 * @param {function(remoting.HostTableEntry):void=} opt_onDelete Callback for
26 remoting.HostTableEntry = function(
28 /** @type {remoting.Host} */
32 /** @type {function(remoting.HostTableEntry):void} @private */
34 /** @type {undefined|function(remoting.HostTableEntry):void} @private */
58 remoting
[all...]
H A Dxmpp_stream_parser.js8 var remoting = remoting || {};
17 remoting.XmppStreamParser = function() {
66 remoting.XmppStreamParser.prototype.setCallbacks =
73 remoting.XmppStreamParser.prototype.appendData = function(data) {
151 remoting.XmppStreamParser.prototype.processText_ = function(text) {
162 remoting.XmppStreamParser.prototype.processTag_ = function(tag) {
208 remoting.XmppStreamParser.prototype.processCompleteStanza_ = function() {
222 remoting.XmppStreamParser.prototype.processError_ = function(text) {
235 remoting
[all...]
/external/chromium_org/remoting/webapp/unittests/
H A Dit2me_helper_channel_unittest.js46 helperChannel = new remoting.It2MeHelperChannel(
50 method: remoting.It2MeHelperChannel.HangoutMessageTypes.CONNECT,
66 { method: remoting.It2MeHelperChannel.HangoutMessageTypes.HELLO });
69 method: remoting.It2MeHelperChannel.HangoutMessageTypes.HELLO_RESPONSE,
70 supportedFeatures: base.values(remoting.It2MeHelperChannel.Features)
85 state:remoting.ClientSession.State.CONNECTING
89 state:remoting.ClientSession.State.CONNECTED
95 state:remoting.ClientSession.State.CONNECTING
100 state:remoting.ClientSession.State.CONNECTED
112 state: remoting
[all...]
H A Dit2me_helpee_channel_unittest.js42 helpeeChannel = new remoting.It2MeHelpeeChannel(
49 // remoting.settings
50 remoting.settings = new remoting.Settings();
56 { method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO });
59 method: remoting.It2MeHelpeeChannel.HangoutMessageTypes.HELLO_RESPONSE,
60 supportedFeatures: base.values(remoting.It2MeHelperChannel.Features)
69 var MessageTypes = remoting.It2MeHelpeeChannel.HangoutMessageTypes;
87 var MessageTypes = remoting.It2MeHelpeeChannel.HangoutMessageTypes;
106 method: remoting
[all...]
/external/chromium_org/remoting/host/
H A Dpin_hash.cc5 #include "remoting/host/pin_hash.h"
9 #include "remoting/protocol/authentication_method.h"
10 #include "remoting/protocol/me2me_host_authenticator_factory.h"
12 namespace remoting { namespace
26 remoting::protocol::SharedSecretHash hash_parsed;
32 remoting::protocol::AuthenticationMethod::ApplyHashFunction(
37 } // namespace remoting
/external/chromium_org/remoting/client/
H A Dclient_status_logger.h10 #include "remoting/protocol/connection_to_host.h"
11 #include "remoting/protocol/errors.h"
12 #include "remoting/signaling/log_to_server.h"
14 namespace remoting { namespace
30 void LogStatistics(remoting::ChromotingStats* statistics);
57 } // namespace remoting
H A Dchromoting_stats.cc5 #include "remoting/client/chromoting_stats.h"
17 namespace remoting { namespace
32 } // namespace remoting
H A Dvideo_renderer.h8 #include "remoting/protocol/video_stub.h"
10 namespace remoting { namespace
29 } // namespace remoting
/external/chromium_org/chrome/test/remoting/
H A Dpage_load_notification_observer.h11 namespace remoting { namespace
32 } // namespace remoting
H A Dwebapp_javascript_unittest.cc6 #include "chrome/test/remoting/qunit_browser_test_runner.h"
12 namespace remoting { namespace
25 base_dir.Append(FILE_PATH_LITERAL("remoting/unittests/unittest.html")));
28 } // namespace remoting
/external/chromium_org/remoting/base/
H A Dcapabilities.h12 namespace remoting { namespace
22 } // namespace remoting
H A Drunning_average.h13 namespace remoting { namespace
47 } // namespace remoting
H A Dvlog_net_log.h11 namespace remoting { namespace
29 } // namespace remoting
/external/chromium_org/remoting/client/plugin/
H A Dpepper_plugin_thread_delegate.cc5 #include "remoting/client/plugin/pepper_plugin_thread_delegate.h"
10 namespace remoting { namespace
31 } // namespace remoting
H A Dpepper_plugin_thread_delegate.h8 #include "remoting/base/plugin_thread_task_runner.h"
14 namespace remoting { namespace
28 } // namespace remoting
/external/chromium_org/remoting/codec/
H A Daudio_decoder.cc5 #include "remoting/codec/audio_decoder.h"
8 #include "remoting/codec/audio_decoder_opus.h"
9 #include "remoting/codec/audio_decoder_verbatim.h"
10 #include "remoting/protocol/session_config.h"
12 namespace remoting { namespace
28 } // namespace remoting
H A Daudio_decoder.h10 namespace remoting { namespace
30 } // namespace remoting
H A Daudio_decoder_verbatim.h8 #include "remoting/codec/audio_decoder.h"
12 namespace remoting { namespace
29 } // namespace remoting
H A Daudio_encoder_verbatim.h8 #include "remoting/codec/audio_encoder.h"
10 namespace remoting { namespace
27 } // namespace remoting

Completed in 194 milliseconds

1234567891011>>