Home | History | Annotate | Download | only in rendering

Lines Matching refs:previousSibling

169 // previousSibling accordingly.
183 static bool findPlaceForCounter(RenderObject& counterOwner, const AtomicString& identifier, bool isReset, RefPtr<CounterNode>& parent, RefPtr<CounterNode>& previousSibling)
192 previousSibling = nullptr;
209 previousSibling = parent ? currentCounter : 0;
216 // In these cases the identified previousSibling will be invalid as its parent is different from
221 previousSibling = previousSiblingProtector.get();
232 previousSibling = previousSiblingProtector.get();
238 // previousSibling, and when we are a sibling of the end counter we must set previousSibling
243 previousSibling = currentCounter;
247 previousSibling = previousSiblingProtector.get();
252 previousSibling = currentCounter;
270 // previousSibling if it is a reset counter and hence the current previousSibling is its child.
525 if (newParent == parent && newPreviousSibling == node->previousSibling())
611 current, current->node(), current->parent(), current->previousSibling(),