Home | History | Annotate | Download | only in rendering

Lines Matching refs:ancestor

255 static inline bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child)
260 if (child == ancestor)
268 if (parent == ancestor)
278 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child)
282 if (object == ancestor)