HomeSort by relevance Sort by last modified time
    Searched defs:onIq_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/webapp/
wcs.js 59 this.onIq_ = function(stanza) {};
90 this.onIq_(msg[1]);
128 this.onIq_ = onIq;
wcs_sandbox_content.js 132 remoting.wcs.setOnIq(this.onIq_.bind(this));
200 remoting.WcsSandboxContent.prototype.onIq_ = function(stanza) {
201 remoting.wcs.setOnIq(this.onIq_.bind(this));

Completed in 3719 milliseconds