Searched defs:isAfterContent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h314 inline bool isAfterContent() const;
317 static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } function in class:WebCore::RenderObject
913 inline bool RenderObject::isAfterContent() const function in class:WebCore::RenderObject
925 return isBeforeContent() || isAfterContent();

Completed in 179 milliseconds