Home | History | Annotate | Download | only in dom

Lines Matching refs:isBR

900         if (p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) {
902 } else if ((o->isText() && !o->isBR()) || o->isReplaced()) {