Home | History | Annotate | Download | only in rendering

Lines Matching refs:previousSibling

168 // previousSibling accordingly.
182 static bool findPlaceForCounter(RenderObject* counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling)
191 previousSibling = 0;
208 previousSibling = parent ? currentCounter : 0;
215 // In these cases the identified previousSibling will be invalid as its parent is different from
220 previousSibling = previousSiblingProtector.get();
231 previousSibling = previousSiblingProtector.get();
237 // previousSibling, and when we are a sibling of the end counter we must set previousSibling
242 previousSibling = currentCounter;
246 previousSibling = previousSiblingProtector.get();
251 previousSibling = currentCounter;
269 // previousSibling if it is a reset counter and hence the current previousSibling is its child.
542 if (newParent == parent && newPreviousSibling == node->previousSibling())
628 current, current->node(), current->parent(), current->previousSibling(),