Home
last modified time | relevance | path

Searched refs:isOrphan (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.h77 … bool isNonOrphanedRange() const { return isRange() && !start().isOrphan() && !end().isOrphan(); } in isNonOrphanedRange()
78 …phanedCaretOrRange() const { return isCaretOrRange() && !start().isOrphan() && !end().isOrphan(); } in isNonOrphanedCaretOrRange()
DVisiblePosition.h62 bool isOrphan() const { return m_deepPosition.isOrphan(); } in isOrphan() function
DInsertListCommand.cpp157 …fSelection.isNull() || endOfSelection.isOrphan() || startOfLastParagraph.isNull() || startOfLastPa… in doApply()
DApplyStyleCommand.cpp251 …if (visibleStart.isNull() || visibleStart.isOrphan() || visibleEnd.isNull() || visibleEnd.isOrphan in applyBlockStyle()
282 if (nextParagraphStart.isOrphan()) in applyBlockStyle()
611 if (start.isNull() || start.isOrphan() || end.isNull() || end.isOrphan()) in applyInlineStyle()
1051 Position s = start.isNull() || start.isOrphan() ? pushDownStart : start; in removeInlineStyle()
1052 Position e = end.isNull() || end.isOrphan() ? pushDownEnd : end; in removeInlineStyle()
DEditor.cpp2718 if (newSelection.start().isOrphan() || newSelection.end().isOrphan()) in changeSelectionAfterCommand()
/external/webkit/Source/WebCore/dom/
DPosition.h120 bool isOrphan() const { return m_anchorNode && !m_anchorNode->inDocument(); } in isOrphan() function
/external/webkit/Source/WebCore/
DChangeLog-2010-05-242392 (WebCore::Position::isOrphan):
2396 (WebCore::VisiblePosition::isOrphan):