Searched refs:fetched (Results 1 - 2 of 2) sorted by relevance

/yui3/build/imageloader/
H A Dimageloader-debug.js37 * Time limit, in seconds, after which images are fetched regardless of trigger events.
313 * 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.
344 els.each( function(node) { this._classImageEls.push( { el: node, y: node.getY(), fetched: false } ); }, this);
348 if (els[i].fetched) {
354 els[i].fetched = true;
365 Y.log('All images fetched; removing listeners for group: "' + this.get('name') + '"', 'info', 'imageloader');
465 * Pixel width of the image. Will be set as a <code>width</code> attribute on the DOM element after the image is fetched.
476 * Pixel height of the image. Will be set as a <code>height</code> attribute on the DOM element after the image is fetched.
487 * Whether the image's <code>style.visibility</code> should be set to <code>visible</code> after the image is fetched.
541 * Whether this image has already been fetched
[all...]
/yui3/src/imageloader/js/
H A Dimageloader.js35 * 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
[all...]

Completed in 32 milliseconds