HomeSort by relevance Sort by last modified time
    Searched refs:isBeforeOrAfterContent (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTableRow.cpp 93 if (last && last->isAnonymous() && last->isTableCell() && !last->isBeforeOrAfterContent()) {
101 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous() && !last->parent()->isBeforeOrAfterContent()) {
RenderObject.h 315 inline bool isBeforeOrAfterContent() const;
318 static inline bool isBeforeOrAfterContent(const RenderObject* obj) { return obj && obj->isBeforeOrAfterContent(); }
    [all...]
RenderTableSection.cpp 109 if (last && last->isAnonymous() && !last->isBeforeOrAfterContent()) {
121 if (lastBox && lastBox->isAnonymous() && !lastBox->isBeforeOrAfterContent()) {
    [all...]
RenderObject.cpp     [all...]
RenderBlock.cpp 666 if (!newChild->isText() && newChild->style()->columnSpan() && !newChild->isBeforeOrAfterContent()
    [all...]

Completed in 78 milliseconds