Lines Matching refs:timeout
136 * Starts timeout count if the configuration object
137 * has a defined timeout property.
151 o.statusText = 'timeout';
154 Y.log('Transaction ' + o.id + ' timeout.', 'info', 'io');
155 }, c.timeout);
159 * Clears the timeout interval started by _startUploadTimeout().
187 if (c.timeout) {
243 // Start polling if a callback is present and the timeout
245 if (c.timeout) {
247 Y.log('Transaction timeout started for transaction ' + o.id + '.', 'info', 'io');