Home
last modified time | relevance | path

Searched refs:WcsSandboxContent (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/remoting/webapp/
Dwcs_sandbox_content.js18 remoting.WcsSandboxContent = function() { class
43 remoting.WcsSandboxContent.prototype.onMessage_ = function(event) {
131 remoting.WcsSandboxContent.prototype.onLocalJid_ = function(localJid) {
146 remoting.WcsSandboxContent.prototype.onError_ = function(error) {
161 remoting.WcsSandboxContent.prototype.sendXhr = function(xhr) {
179 remoting.WcsSandboxContent.prototype.abortXhr = function(id) {
200 remoting.WcsSandboxContent.prototype.onIq_ = function(stanza) {
224 remoting.sandboxContent = new remoting.WcsSandboxContent();