Home
last modified time | relevance | path

Searched refs:editableRootForPosition (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.cpp506 Node* root = editableRootForPosition(p); in adjustSelectionToAvoidCrossingEditingBoundaries()
535 Node* root = editableRootForPosition(p); in adjustSelectionToAvoidCrossingEditingBoundaries()
573 return editableRootForPosition(start()); in rootEditableElement()
DVisiblePosition.cpp510 Node* editingRoot = editableRootForPosition(position); in canonicalPosition()
517 bool prevIsInSameEditableElement = prevNode && editableRootForPosition(prev) == editingRoot; in canonicalPosition()
518 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition()
DFormatBlockCommand.cpp69 Element* root = editableRootForPosition(start); in formatRange()
Dhtmlediting.cpp141 Node* highestRoot = editableRootForPosition(position); in highestEditableRoot()
189 return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell)); in isAtUnsplittableElement()
205 Element* editableRootForPosition(const Position& p) in editableRootForPosition() function
228 return editableRootForPosition(p); in unsplittableElementForPosition()
Dhtmlediting.h206 Element* editableRootForPosition(const Position&);
DIndentOutdentCommand.cpp100 nodeToSplitTo = editableRootForPosition(start); in indentIntoBlockquote()
DDeleteSelectionCommand.cpp184 m_startRoot = editableRootForPosition(start); in initializePositionData()
185 m_endRoot = editableRootForPosition(end); in initializePositionData()
DCompositeEditCommand.cpp725 if (upstreamStart.deprecatedNode() == editableRootForPosition(upstreamStart)) { in moveParagraphContentsToNewBlockIfNecessary()
1212 if (result.isNull() || !editableRootForPosition(result)) in positionAvoidingSpecialElementBoundary()
Dmarkup.cpp810 && block != editableRootForPosition(context->startPosition()); in createFragmentFromText()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-314717 editableRootForPosition to find root editable elements.
4720 (WebCore::VisiblePosition::canonicalPosition): Use editableRootForPosition
DChangeLog-2011-02-1614437 Check if editableRootForPosition returns null for position.
DChangeLog-2007-10-1444000 The editable root for a position is editableRootForPosition(p),