/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | ModifySelectionListLevel.cpp | 91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, … in insertSiblingNodeRangeBefore() argument 99 if (node == endNode) in insertSiblingNodeRangeBefore() 106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter() argument 114 if (node == endNode) in insertSiblingNodeRangeAfter() 122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange() argument 130 if (node == endNode) in appendSiblingNodeRange()
|
D | ModifySelectionListLevel.h | 40 void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent); 41 void insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode); 42 void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode);
|
D | ApplyStyleCommand.cpp | 1301 Node* endNode = end.containerNode(); in mergeEndWithNextIfIdentical() local 1303 if (isAtomicNode(endNode)) { in mergeEndWithNextIfIdentical() 1305 if (offsetIsBeforeLastNodeOffset(endOffset, endNode)) in mergeEndWithNextIfIdentical() 1311 endNode = end.deprecatedNode()->parentNode(); in mergeEndWithNextIfIdentical() 1314 if (!endNode->isElementNode() || endNode->hasTagName(brTag)) in mergeEndWithNextIfIdentical() 1317 Node* nextSibling = endNode->nextSibling(); in mergeEndWithNextIfIdentical() 1318 if (nextSibling && areIdenticalElements(endNode, nextSibling)) { in mergeEndWithNextIfIdentical() 1320 Element* element = toElement(endNode); in mergeEndWithNextIfIdentical() 1325 bool shouldUpdateStart = start.containerNode() == endNode; in mergeEndWithNextIfIdentical() 1335 …dNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Eleme… in surroundNodeRangeWithElement() argument [all …]
|
D | ReplaceSelectionCommand.cpp | 1275 Node* endNode = endUpstream.computeNodeBeforePosition(); in addSpacesForSmartReplace() local 1276 int endOffset = endNode && endNode->isTextNode() ? toText(endNode)->length() : 0; in addSpacesForSmartReplace() 1278 endNode = endUpstream.containerNode(); in addSpacesForSmartReplace() 1283 if (needsTrailingSpace && endNode) { in addSpacesForSmartReplace() 1284 …bool collapseWhiteSpace = !endNode->renderer() || endNode->renderer()->style()->collapseWhiteSpace… in addSpacesForSmartReplace() 1285 if (endNode->isTextNode()) { in addSpacesForSmartReplace() 1286 …insertTextIntoNode(toText(endNode), endOffset, collapseWhiteSpace ? nonBreakingSpaceString() : " "… in addSpacesForSmartReplace() 1287 if (m_endOfInsertedContent.containerNode() == endNode) in addSpacesForSmartReplace() 1291 insertNodeAfter(node, endNode); in addSpacesForSmartReplace()
|
D | VisibleUnits.cpp | 803 Node* endNode; in endPositionForLine() local 806 endNode = rootBox->getLogicalEndBoxWithNode(endBox); in endPositionForLine() 807 if (!endNode) in endPositionForLine() 821 endNode = endRenderer->nonPseudoNode(); in endPositionForLine() 822 if (endNode) in endPositionForLine() 830 if (endNode->hasTagName(brTag)) in endPositionForLine() 831 pos = positionBeforeNode(endNode); in endPositionForLine() 832 else if (endBox->isInlineTextBox() && endNode->isTextNode()) { in endPositionForLine() 837 pos = Position(toText(endNode), endOffset); in endPositionForLine() 839 pos = positionAfterNode(endNode); in endPositionForLine()
|
D | TextIterator.cpp | 1181 Node* endNode = r->endContainer(); in SimplifiedBackwardsTextIterator() local 1191 if (!endNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator() 1192 if (endOffset > 0 && endOffset <= static_cast<int>(endNode->childNodeCount())) { in SimplifiedBackwardsTextIterator() 1193 endNode = endNode->childNode(endOffset - 1); in SimplifiedBackwardsTextIterator() 1194 endOffset = lastOffsetInNode(endNode); in SimplifiedBackwardsTextIterator() 1198 m_node = endNode; in SimplifiedBackwardsTextIterator() 1206 m_endNode = endNode; in SimplifiedBackwardsTextIterator() 1211 m_positionNode = endNode; in SimplifiedBackwardsTextIterator()
|
D | Editor.cpp | 553 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); in selectionUnorderedListState() local 554 if (startNode && endNode && startNode == endNode) in selectionUnorderedListState() 568 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); in selectionOrderedListState() local 569 if (startNode && endNode && startNode == endNode) in selectionOrderedListState()
|
D | ApplyStyleCommand.h | 102 …void applyInlineStyleChange(PassRefPtr<Node> startNode, PassRefPtr<Node> endNode, StyleChange&, EA…
|
D | CompositeEditCommand.cpp | 1485 RefPtr<Node> endNode = end; in splitTreeToNode() local 1486 for (node = start; node && node->parentNode() != endNode; node = node->parentNode()) { in splitTreeToNode()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | DOMExtension.js | 40 var endNode; 85 if (!endNode) 86 endNode = stayWithinNode; 94 endNode = node; 101 if (endNode) 107 if (!endNode) { 108 endNode = stayWithinNode; 112 endNode = this; 118 result.setEnd(endNode, endOffset);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMTreeWalker.java | 118 endNode(pos); in traverse() 134 endNode(pos); in traverse() 171 endNode(pos); in traverse() 363 protected void endNode(int node) throws org.xml.sax.SAXException in endNode() method in DTMTreeWalker
|
/external/srec/tools/make_ve_grammar/ |
D | make_ve_grammar.c | 105 nodeID endNode = 6; in main() local 227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode); in main() 228 fprintf(pFile_PCLG,"%d\n", endNode); in main()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | TreeWalker.java | 151 endNode(pos); in traverse() 165 endNode(pos); in traverse() 205 endNode(pos); in traverse() 448 protected void endNode(Node node) throws org.xml.sax.SAXException in endNode() method in TreeWalker
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 183 endNode(pos); in traverseFragment() 197 endNode(pos); in traverseFragment() 236 endNode(pos); in traverse() 453 protected void endNode(Node node) throws org.xml.sax.SAXException
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TreeWalker2Result.java | 85 protected void endNode(int node) throws org.xml.sax.SAXException in endNode() method in TreeWalker2Result 87 super.endNode(node); in endNode()
|
/external/icu4c/common/ |
D | rbbitblb.cpp | 422 RBBINode *endNode = NULL; in calcChainedFollowPos() local 428 endNode = tNode; in calcChainedFollowPos() 432 if (endNode == NULL) { in calcChainedFollowPos() 444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos() 464 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos() 472 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
|
D | rbbiscan.cpp | 323 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local 327 catNode->fRightChild = endNode; in doParseActions() 329 endNode->fVal = fRuleNum; in doParseActions() 330 endNode->fLookAheadEnd = TRUE; in doParseActions()
|
/external/chromium_org/third_party/icu/source/common/ |
D | rbbitblb.cpp | 422 RBBINode *endNode = NULL; in calcChainedFollowPos() local 428 endNode = tNode; in calcChainedFollowPos() 432 if (endNode == NULL) { in calcChainedFollowPos() 444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos() 464 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos() 472 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
|
D | rbbiscan.cpp | 322 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local 326 catNode->fRightChild = endNode; in doParseActions() 328 endNode->fVal = fRuleNum; in doParseActions() 329 endNode->fLookAheadEnd = TRUE; in doParseActions()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLTextFormControlElement.cpp | 447 Node* endNode = 0; in selection() local 457 setContainerAndOffsetForRange(node, end - offset, endNode, end); in selection() 464 if (!startNode || !endNode) in selection() 467 return Range::create(document(), startNode, start, endNode, end); in selection()
|
/external/srec/tools/grxmlcompile/ |
D | grxmldoc.h | 99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
|
D | grxmldoc.cpp | 178 endNode( node, p_SubGraph, level ); in parseNode() 277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) in endNode() function in GRXMLDoc
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 279 endNode(pos); in traverse() 291 endNode(pos); in traverse() 352 endNode(pos); in traverse() 446 protected void endNode(Node node) throws org.xml.sax.SAXException { in endNode() method in DOM3TreeWalker
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
D | waterfall_row.js | 94 var endNode = this.createNode_(
|