Home | History | Annotate | Download | only in rendering

Lines Matching refs:isText

318     if (newChild->isText() && newChild->style()->textTransform() == CAPITALIZE) {
574 if (b && !alreadyDirty && markParents && (isText() || (style()->position() != FixedPosition && style()->position() != AbsolutePosition)))
618 if (!isText() && m_style->position() == FixedPosition) {
621 } else if (!isText() && m_style->position() == AbsolutePosition) {
1502 if (!isText() && style)
1514 // hence the !isText() check.
1516 if (!isText() && (!hasLayer() || !toRenderBoxModelObject(this)->layer()->isComposited()))
1525 if (!isText() && (!hasLayer() || !toRenderBoxModelObject(this)->layer()->isComposited()))
1571 if (!m_parent || isText())
1908 if (isText())
2122 ASSERT(!isText());
2143 const RenderObject* renderer = isText() ? parent() : this;
2306 if (isText())