Lines Matching refs:timeout
138 * Starts timeout count if the configuration object
139 * has a defined timeout property.
153 o.statusText = 'timeout';
156 Y.log('Transaction ' + o.id + ' timeout.', 'info', 'io');
157 }, c.timeout);
161 * Clears the timeout interval started by _startUploadTimeout().
189 if (c.timeout) {
245 // Start polling if a callback is present and the timeout
247 if (c.timeout) {
249 Y.log('Transaction timeout started for transaction ' + o.id + '.', 'info', 'io');