Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.h179 bool rendersInDifferentPosition(const Position&) const;
DPosition.cpp915 bool Position::rendersInDifferentPosition(const Position &pos) const in rendersInDifferentPosition() function in blink::Position
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.cpp935 } else if (position.rendersInDifferentPosition(currentPos)) { in previousCharacterPosition()
DCompositeEditCommand.cpp1095 if (!position.rendersInDifferentPosition(destination.deepEquivalent())) { in cleanupAfterDeletion()