HomeSort by relevance Sort by last modified time
    Searched defs:isCandidate (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/dom/
PositionIterator.cpp 138 bool PositionIterator::isCandidate() const
Position.cpp 378 bool rendered = isCandidate();
388 if (currentPos.isCandidate())
406 bool rendered = isCandidate();
416 if (currentPos.isCandidate())
427 // FIXME: Disregard nodes with renderers that have no height, as we do in isCandidate.
428 // FIXME: Share code with isCandidate, if possible.
726 bool Position::isCandidate() const
852 if (node()->hasTagName(brTag) && pos.isCandidate())
855 if (pos.node()->hasTagName(brTag) && isCandidate())
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinderHelper.java 44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
45 return mFocusFinder.isCandidate(srcRect, destRect, direction);
FocusFinder.java 163 if (!isCandidate(source, rect1, direction)) {
169 if (!isCandidate(source, rect2, direction)) {
248 boolean isCandidate(Rect srcRect, Rect destRect, int direction) {

Completed in 76 milliseconds