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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
IndentOutdentCommand.cpp 122 Node* enclosingNode = enclosingNodeOfType(visibleStartOfParagraph.deepEquivalent(), &isListOrIndentBlockquote);
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...]
htmlediting.cpp 331 Node* enclosingNode = enclosingNodeOfType(firstPositionInOrBeforeNode(node), isBlock, rule);
332 return enclosingNode && enclosingNode->isElementNode() ? toElement(enclosingNode) : 0;
    [all...]
ReplaceSelectionCommand.cpp     [all...]
ApplyStyleCommand.cpp 528 static Node* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode)
530 for (Node* n = startNode; n && n != enclosingNode; n = n->parentNode()) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 602 milliseconds