Home
last modified time | relevance | path

Searched refs:rendersInDifferentPosition (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.h184 bool rendersInDifferentPosition(const Position&) const;
DPosition.cpp501 } else if (rendersInDifferentPosition(currentPos)) in previousCharacterPosition()
529 } else if (rendersInDifferentPosition(currentPos)) in nextCharacterPosition()
962 bool Position::rendersInDifferentPosition(const Position &pos) const in rendersInDifferentPosition() function in WebCore::Position
/external/chromium_org/third_party/WebKit/Source/core/editing/
DCompositeEditCommand.cpp1100 if (!position.rendersInDifferentPosition(destination.deepEquivalent())) { in cleanupAfterDeletion()