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

  /external/webkit/WebCore/editing/
IndentOutdentCommand.cpp 182 Node* enclosingNode = enclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), &isListOrIndentBlockquote);
183 if (!enclosingNode || !enclosingNode->parentNode()->isContentEditable()) // We can't outdent if there is no place to go!
187 if (enclosingNode->hasTagName(olTag)) {
191 if (enclosingNode->hasTagName(ulTag)) {
196 // The selection is inside a blockquote i.e. enclosingNode is a blockquote
197 VisiblePosition positionInEnclosingBlock = VisiblePosition(Position(enclosingNode, 0));
199 VisiblePosition lastPositionInEnclosingBlock = VisiblePosition(Position(enclosingNode, enclosingNode->childNodeCount()));
204 Node* splitPoint = enclosingNode->nextSibling()
    [all...]
ReplaceSelectionCommand.cpp     [all...]

Completed in 222 milliseconds