Home | History | Annotate | Download | only in assets

Lines Matching refs:elements

20 // the set of Elements currently scheduled for processing in handleAllImageLoads
111 var elements = elt.getElementsByClassName("elided-text");
113 for (i = 0; i < elements.length; i++) {
114 elidedElement = elements[i];
170 * Normalizes the width of all elements supplied to the document body's overall width.
171 * Narrower elements are zoomed in, and wider elements are zoomed out.
174 function normalizeElementWidths(elements) {
182 for (i = 0; i < elements.length; i++) {
183 el = elements[i];
499 * we collect the elements to be processed and do them all later in a single deferred pass.