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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.h 61 PositionIsAfterChildren,
115 if (m_isLegacyEditingPosition || (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChildren))
293 return Position(anchorNode, Position::PositionIsAfterChildren);
Position.cpp 100 ASSERT(!((anchorType == PositionIsBeforeChildren || anchorType == PositionIsAfterChildren)
148 case PositionIsAfterChildren:
168 case PositionIsAfterChildren:
184 case PositionIsAfterChildren:
199 ASSERT(m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren);
212 if (m_offset <= 0 && (m_anchorType != PositionIsAfterAnchor && m_anchorType != PositionIsAfterChildren)) {
218 && (m_anchorType == PositionIsAfterAnchor || m_anchorType == PositionIsAfterChildren || static_cast<unsigned>(m_offset) == m_anchorNode->countChildren())
234 case PositionIsAfterChildren:
255 case PositionIsAfterChildren:
385 case PositionIsAfterChildren
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 384 Position end(outerDiv, Position::PositionIsAfterChildren);
404 Position end(spanInShadow, Position::PositionIsAfterChildren);
RenderedPosition.cpp 57 case Position::PositionIsAfterChildren:
VisiblePosition.cpp 633 case Position::PositionIsAfterChildren:
htmlediting.cpp 905 case Position::PositionIsAfterChildren:
    [all...]
CompositeEditCommand.cpp 527 case Position::PositionIsAfterChildren:
    [all...]

Completed in 602 milliseconds