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

  /external/webkit/WebCore/dom/
Position.h 142 bool atEndOfTree() const;
Position.cpp 338 bool Position::atEndOfTree() const
409 while (!currentPos.atEndOfTree()) {
    [all...]
  /external/webkit/WebCore/editing/
VisiblePosition.cpp 226 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
235 if (pos.atStartOfTree() || pos.atEndOfTree())
369 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
378 if (pos.atStartOfTree() || pos.atEndOfTree())
htmlediting.cpp 246 while (!p.atEndOfTree()) {
    [all...]

Completed in 143 milliseconds