Searched refs:enclosingNode (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DIndentOutdentCommand.cpp122 Node* enclosingNode = enclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), &isListOrIndentBlockquote); local
123 if (!enclosingNode || !enclosingNode->parentNode()->rendererIsEditable()) // We can't outdent if there is no place to go!
127 if (enclosingNode->hasTagName(olTag)) {
131 if (enclosingNode->hasTagName(ulTag)) {
136 // The selection is inside a blockquote i.e. enclosingNode is a blockquote
137 VisiblePosition positionInEnclosingBlock = VisiblePosition(firstPositionInNode(enclosingNode));
140 VisiblePosition startOfEnclosingBlock = (enclosingNode->renderer() && enclosingNode->renderer()->isInline()) ? positionInEnclosingBlock : startOfBlock(positionInEnclosingBlock);
141 VisiblePosition lastPositionInEnclosingBlock = VisiblePosition(lastPositionInNode(enclosingNode));
[all...]
H A DReplaceSelectionCommand.cpp1093 Node* enclosingNode = enclosingBlock(endOfInsertedContent.deepEquivalent().deprecatedNode()); local
1094 if (isListItem(enclosingNode)) {
1096 insertNodeAfter(newListItem, enclosingNode);
H A DApplyStyleCommand.cpp518 static Node* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode) argument
520 for (Node* n = startNode; n && n != enclosingNode; n = n->parentNode()) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 99 milliseconds