Home | History | Annotate | Download | only in dom

Lines Matching refs:curr

255         for (RenderObject* curr = prev->parent(); curr; curr = curr->parent()) {
256 if (curr->style()->effectiveZoom() != prev->style()->effectiveZoom()) {
260 prev = curr;