Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAfterContent

416     inline bool isAfterContent() const;
418 static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); }
1375 inline bool RenderObject::isAfterContent() const
1387 return isBeforeContent() || isAfterContent();