Home | History | Annotate | Download | only in dom

Lines Matching defs:isCandidate

423     bool rendered = isCandidate();
433 if (currentPos.isCandidate())
451 bool rendered = isCandidate();
461 if (currentPos.isCandidate())
472 // FIXME: Disregard nodes with renderers that have no height, as we do in isCandidate.
473 // FIXME: Share code with isCandidate, if possible.
773 bool Position::isCandidate() const
900 if (deprecatedNode()->hasTagName(brTag) && pos.isCandidate())
903 if (pos.deprecatedNode()->hasTagName(brTag) && isCandidate())