Home | History | Annotate | Download | only in webapp

Lines Matching full:newstate

895  * @param {remoting.ClientSession.State} newState The new state for the session.
898 remoting.ClientSession.prototype.setState_ = function(newState) {
900 this.state = newState;
919 this.onStateChange_(oldState, newState);