Home
last modified time | relevance | path

Searched refs:editingRoot (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp510 Node* editingRoot = editableRootForPosition(position); in canonicalPosition() local
514 …if ((editingRoot && editingRoot->hasTagName(htmlTag)) || position.deprecatedNode()->isDocumentNode… in canonicalPosition()
517 bool prevIsInSameEditableElement = prevNode && editableRootForPosition(prev) == editingRoot; in canonicalPosition()
518 bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; in canonicalPosition()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1642989 collected from the subtree under the editingRoot.