Home
last modified time | relevance | path

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

/external/chromium_org/remoting/webapp/
Dsession_connector.js386 this.clientSession_.setOnStateChange(this.onStateChange_.bind(this));
401 remoting.SessionConnector.prototype.onStateChange_ = method in remoting.SessionConnector
Dclient_session.js94 this.onStateChange_ = null;
156 this.onStateChange_ = onStateChange;
946 if (this.onStateChange_) {
947 this.onStateChange_(oldState, newState);