Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.h317 …static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } in isAfterContent() function
913 inline bool RenderObject::isAfterContent() const in isAfterContent() function