Home | History | Annotate | Download | only in webapp

Lines Matching refs:ready

970  * ready.
973 * @param {boolean} ready True if the connection is ready.
975 remoting.ClientSession.prototype.onConnectionReady_ = function(ready) {
976 if (!ready) {
983 ready);