Lines Matching full:units
220 void Element::scrollByUnits(int units, ScrollGranularity granularity)
226 if (units < 0) {
228 units = -units;
230 toRenderBox(rend)->layer()->scroll(direction, granularity, units);
903 // If "rem" units are used anywhere in the document, and if the document element's font size changes, then go ahead and force font updating