Home | History | Annotate | Download | only in rendering

Lines Matching refs:isAfterContent

387     inline bool isAfterContent() const;
390 static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); }
1230 inline bool RenderObject::isAfterContent() const
1242 return isBeforeContent() || isAfterContent();