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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 86 static bool removingNodeRemovesPosition(Node& node, const Position& position)
106 if (!removingNodeRemovesPosition(node, m_position.deepEquivalent()))
FrameSelection.cpp 304 static bool removingNodeRemovesPosition(Node& node, const Position& position)
326 respondToNodeModification(node, removingNodeRemovesPosition(node, m_selection.base()), removingNodeRemovesPosition(node, m_selection.extent()),
327 removingNodeRemovesPosition(node, m_selection.start()), removingNodeRemovesPosition(node, m_selection.end()));
    [all...]

Completed in 47 milliseconds