Lines Matching full:touched
204 var touched;
230 touched = false;
232 touched = transformBlockElements(nodes, docWidth, actionLog);
233 if (touched) {
248 touched = transformImages(nodes, docWidth, actionLog);
249 if (touched) {
267 touched = addClassToElements(nodes, shouldMungeTable, "munged",
269 if (touched) {
286 touched = addClassToElements(nodes, null /* mungeAll */, "munged",
288 if (touched) {
383 var touched = false;
396 touched = true;
399 return touched;
406 var touched = false;
420 touched = true;
423 return touched;