Lines Matching refs:fetched
35 * Time limit, in seconds, after which images are fetched regardless of trigger events.
311 * Checks the position of each image in the group. If any part of the image is within the specified distance (<code>foldDistance</code>) of the client viewport, the image is fetched immediately.
342 els.each( function(node) { this._classImageEls.push( { el: node, y: node.getY(), fetched: false } ); }, this);
346 if (els[i].fetched) {
352 els[i].fetched = true;
363 Y.log('All images fetched; removing listeners for group: "' + this.get('name') + '"', 'info', 'imageloader');
463 * Pixel width of the image. Will be set as a <code>width</code> attribute on the DOM element after the image is fetched.
474 * Pixel height of the image. Will be set as a <code>height</code> attribute on the DOM element after the image is fetched.
485 * Whether the image's <code>style.visibility</code> should be set to <code>visible</code> after the image is fetched.
539 * Whether this image has already been fetched.
540 * In the case of fold-conditional groups, images won't be fetched twice.
570 * @param {Int} withinY The pixel distance from the top of the page, for which if the image lies within, it will be fetched. Undefined indicates that no check should be made, and the image should always be fetched
571 * @return {Boolean} Whether the image has been fetched (either during this execution or previously)