Searched defs:isCandidate (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPositionIterator.cpp147 bool PositionIterator::isCandidate() const function in class:WebCore::PositionIterator
H A DPosition.cpp423 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 function in class:WebCore::Position
900 if (deprecatedNode()->hasTagName(brTag) && pos.isCandidate())
903 if (pos.deprecatedNode()->hasTagName(brTag) && isCandidate())

Completed in 64 milliseconds