Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dformat_iq.js18 remoting.FormatIq = function() { class
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) {
277 remoting.FormatIq.prototype.prettyTransportInfo = function(jingle) {
333 remoting.FormatIq.prototype.prettyJingleAction = function(jingle, action) {
[all …]
Dremoting.js78 remoting.formatIq = new remoting.FormatIq();