Home | History | Annotate | Download | only in rendering

Lines Matching refs:isBeforeOrAfterContent

315     inline bool isBeforeOrAfterContent() const;
318 static inline bool isBeforeOrAfterContent(const RenderObject* obj) { return obj && obj->isBeforeOrAfterContent(); }
923 inline bool RenderObject::isBeforeOrAfterContent() const