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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h388 inline bool isAfterContent() const;
390 static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } function in class:WebCore::RenderObject
1304 inline bool RenderObject::isAfterContent() const function in class:WebCore::RenderObject
1316 return isBeforeContent() || isAfterContent();

Completed in 200 milliseconds