Home | History | Annotate | Download | only in webapp

Lines Matching refs:capabilities

274  * Set of capabilities for which hasCapability_() can be used to test.
287 * The set of capabilities negotiated between the client and host.
899 * Called when the client-host capabilities negotiation is complete.
901 * @param {!Array.<string>} capabilities The set of capabilities negotiated
906 remoting.ClientSession.prototype.onSetCapabilities_ = function(capabilities) {
912 this.capabilities_ = capabilities;