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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
DeleteSelectionCommand.h 93 RefPtr<Node> m_endBlock;
DeleteSelectionCommand.cpp 82 , m_endBlock(0)
101 , m_endBlock(0)
270 m_endBlock = enclosingNodeOfType(m_upstreamEnd.parentAnchoredEquivalent(), &isBlock, CanCrossEditingBoundary);
394 else if (node == m_endBlock && !isStartOfBlock(VisiblePosition(lastPositionInNode(m_startBlock.get())).next()))
    [all...]

Completed in 25 milliseconds