Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h400 …static inline bool isAfterContent(const RenderObject* obj) { return obj && obj->isAfterContent(); } in isAfterContent() function
1247 inline bool RenderObject::isAfterContent() const in isAfterContent() function