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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h416 inline bool isAfterContent() const;
418 static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } function in class:blink::RenderObject
1375 inline bool RenderObject::isAfterContent() const function in class:blink::RenderObject
1387 return isBeforeContent() || isAfterContent();

Completed in 87 milliseconds