Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dformat_iq.js32 remoting.FormatIq.prototype.verifyAttributes = function(node, validAttrs) { method in remoting.FormatIq
66 if (!this.verifyAttributes(server, 'host,udp,tcp,tcpssl')) {
95 if (!this.verifyAttributes(channel, 'transport,version,codec')) {
297 if (!this.verifyAttributes(candidate, 'name,address,port,preference,' +
354 if (!this.verifyAttributes(error, 'xmlns:err,code,type,err:hostname,' +
426 if (!this.verifyAttributes(child, 'xmlns')) {
437 if (!this.verifyAttributes(child, 'xmlns:rem')) {
469 if (!this.verifyAttributes(query, 'xmlns')) {
496 if (!this.verifyAttributes(grlog, 'xmlns:gr')) {
507 if (!this.verifyAttributes(grentry, 'role,event-name,session-state,' +
[all …]