Home | History | Annotate | Download | only in dom

Lines Matching refs:childNeedsStyleRecalc

788         for (Node* p = parentNode(); p && !p->childNeedsStyleRecalc(); p = p->parentNode())
790 if (document()->childNeedsStyleRecalc())
824 for (Node* p = parentNode(); p && !p->childNeedsStyleRecalc(); p = p->parentNode())
826 if (document()->childNeedsStyleRecalc())
863 ASSERT(!document()->childNeedsStyleRecalc());