Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisiblePosition.cpp597 Element* editingRoot = editableRootForPosition(position); in canonicalPosition()
604 bool prevIsInSameEditableElement = prevNode && editableRootForPosition(prev) == editingRoot; in canonicalPosition()
605 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition()
DVisibleSelection.cpp652 Element* root = editableRootForPosition(p); in adjustSelectionToAvoidCrossingEditingBoundaries()
681 Element* root = editableRootForPosition(p); in adjustSelectionToAvoidCrossingEditingBoundaries()
745 return editableRootForPosition(start()); in rootEditableElement()
DFormatBlockCommand.cpp66 Element* root = editableRootForPosition(start); in formatRange()
Dhtmlediting.cpp122 ContainerNode* highestRoot = editableRootForPosition(position, editableType); in highestEditableRoot()
173 return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell)); in isAtUnsplittableElement()
189 Element* editableRootForPosition(const Position& p, EditableType editableType) in editableRootForPosition() function
212 return editableRootForPosition(p); in unsplittableElementForPosition()
Dhtmlediting.h239 Element* editableRootForPosition(const Position&, EditableType = ContentIsEditable);
DIndentOutdentCommand.cpp109 elementToSplitTo = editableRootForPosition(start); in indentIntoBlockquote()
DDeleteSelectionCommand.cpp180 m_startRoot = editableRootForPosition(start); in initializePositionData()
181 m_endRoot = editableRootForPosition(end); in initializePositionData()
DCompositeEditCommand.cpp931 if (upstreamStart.deprecatedNode() == editableRootForPosition(upstreamStart)) { in moveParagraphContentsToNewBlockIfNecessary()
1461 if (result.isNull() || !editableRootForPosition(result)) in positionAvoidingSpecialElementBoundary()
Dmarkup.cpp874 && block != editableRootForPosition(context->startPosition()); in createFragmentFromText()