Searched refs:isBeforeOrAfterContent (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTableRow.cpp93 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) {
101 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous() && !last->parent()->isBeforeOrAfterContent()) {
H A DRenderObject.h315 inline bool isBeforeOrAfterContent() const;
318 static inline bool isBeforeOrAfterContent(const RenderObject* obj) { return obj && obj->isBeforeOrAfterContent(); } function in class:WebCore::RenderObject
923 inline bool RenderObject::isBeforeOrAfterContent() const function in class:WebCore::RenderObject
H A DRenderTableSection.cpp109 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) {
121 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
H A DRenderObject.cpp1799 if (child->isAnonymous() && !child->isBeforeOrAfterContent()) {
H A DRenderBlock.cpp666 if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isBeforeOrAfterContent()

Completed in 2740 milliseconds