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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 93 if (pos.atStartOfTree())
263 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
274 if (pos.atStartOfTree() || pos.atEndOfTree())
431 if ((p.isCandidate() && p.downstream() != downstreamStart) || p.atStartOfTree() || p.atEndOfTree())
442 if (pos.atStartOfTree() || pos.atEndOfTree())
htmlediting.cpp 253 while (!p.atStartOfTree()) {
926 while (!currentPos.atStartOfTree()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 169 bool atStartOfTree() const;
Position.cpp 440 bool Position::atStartOfTree() const
    [all...]

Completed in 1167 milliseconds