Home | History | Annotate | Download | only in assets

Lines Matching refs:touched

218     var touched;
244 touched = false;
246 touched = transformBlockElements(nodes, docWidth, actionLog);
247 if (touched) {
262 touched = transformImages(nodes, docWidth, actionLog);
263 if (touched) {
281 touched = addClassToElements(nodes, shouldMungeTable, "munged",
283 if (touched) {
300 touched = addClassToElements(nodes, null /* mungeAll */, "munged",
302 if (touched) {
397 var touched = false;
410 touched = true;
413 return touched;
420 var touched = false;
434 touched = true;
437 return touched;