Searched refs:rendersInDifferentPosition (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPosition.h159 bool rendersInDifferentPosition(const Position&) const;
H A DPosition.cpp435 } else if (rendersInDifferentPosition(currentPos))
463 } else if (rendersInDifferentPosition(currentPos))
870 bool Position::rendersInDifferentPosition(const Position &pos) const function in class:WebCore::Position

Completed in 290 milliseconds