Home | History | Annotate | Download | only in rendering

Lines Matching refs:root

172     // The code below handles the case when a formerly root increment counter is loosing its root position
182 // 1. if the increment counter node lost it's root position as a result of another
184 // 2. if the increment counter node lost it's root position as a result of a renderer being
240 const CounterNode* root = node;
241 while (root->parent())
242 root = root->parent();
244 for (const CounterNode* current = root; current; current = current->nextInPreOrder()) {
246 for (const CounterNode* parent = current; parent && parent != root; parent = parent->parent())