/external/webkit/Source/WebCore/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 | 1270 Node* endNode = end.containerNode(); in mergeEndWithNextIfIdentical() local 1273 if (isAtomicNode(endNode)) { in mergeEndWithNextIfIdentical() 1274 if (endOffset < lastOffsetInNode(endNode)) in mergeEndWithNextIfIdentical() 1281 endNode = end.deprecatedNode()->parentNode(); in mergeEndWithNextIfIdentical() 1285 if (!endNode->isElementNode() || endNode->hasTagName(brTag)) in mergeEndWithNextIfIdentical() 1288 Node* nextSibling = endNode->nextSibling(); in mergeEndWithNextIfIdentical() 1289 if (nextSibling && areIdenticalElements(endNode, nextSibling)) { in mergeEndWithNextIfIdentical() 1291 Element* element = static_cast<Element *>(endNode); in mergeEndWithNextIfIdentical() 1296 bool shouldUpdateStart = start.containerNode() == endNode; in mergeEndWithNextIfIdentical() 1306 …dNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Eleme… in surroundNodeRangeWithElement() argument [all …]
|
D | TextIterator.cpp | 1104 Node* endNode = r->endContainer(); in SimplifiedBackwardsTextIterator() local 1114 if (!endNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator() 1115 if (endOffset > 0 && endOffset <= static_cast<int>(endNode->childNodeCount())) { in SimplifiedBackwardsTextIterator() 1116 endNode = endNode->childNode(endOffset - 1); in SimplifiedBackwardsTextIterator() 1117 endOffset = lastOffsetInNode(endNode); in SimplifiedBackwardsTextIterator() 1121 m_node = endNode; in SimplifiedBackwardsTextIterator() 1129 m_endNode = endNode; in SimplifiedBackwardsTextIterator() 1134 m_positionNode = endNode; in SimplifiedBackwardsTextIterator()
|
D | visible_units.cpp | 412 Node *endNode; in endPositionForLine() local 422 endNode = endRenderer->node(); in endPositionForLine() 423 if (endNode) in endPositionForLine() 430 if (endNode->hasTagName(brTag)) { in endPositionForLine() 431 pos = positionBeforeNode(endNode); in endPositionForLine() 437 pos = Position(endNode, endOffset, Position::PositionIsOffsetInAnchor); in endPositionForLine() 439 pos = positionAfterNode(endNode); in endPositionForLine()
|
D | ReplaceSelectionCommand.cpp | 1133 … Node* endNode = positionAtEndOfInsertedContent().deepEquivalent().upstream().deprecatedNode(); in doApply() local 1134 if (endNode->isTextNode()) { in doApply() 1135 Text* text = static_cast<Text*>(endNode); in doApply() 1139 insertNodeAfterAndUpdateNodesInserted(node, endNode); in doApply()
|
D | Editor.cpp | 659 Node* endNode = m_frame->selection()->selection().end().upstream().deprecatedNode(); in hasBidiSelection() local 660 if (enclosingBlock(startNode) != enclosingBlock(endNode)) in hasBidiSelection() 686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); in selectionUnorderedListState() local 687 if (startNode && endNode && startNode == endNode) in selectionUnorderedListState() 701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); in selectionOrderedListState() local 702 if (startNode && endNode && startNode == endNode) in selectionOrderedListState()
|
/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/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/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/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/webkit/Source/JavaScriptCore/profiler/ |
D | Profile.cpp | 61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach() local 62 while (currentNode && currentNode != endNode) { in forEach()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | utilities.js | 50 var endNode; 95 if (!endNode) 96 endNode = stayWithinNode; 104 endNode = node; 111 if (endNode) 117 if (!endNode) { 118 endNode = stayWithinNode; 122 endNode = this; 128 result.setEnd(endNode, endOffset);
|
/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 | 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/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLRepresentation.h | 62 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en…
|
D | WebHTMLRepresentation.mm | 278 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en… 280 …::create(core(startNode)->document(), core(startNode), startOffset, core(endNode), endOffset).get(…
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebHTMLRepresentation.idl | 62 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en… 64 …mDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffs…
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTextControl.cpp | 307 Node* endNode = 0; in selection() local 317 setContainerAndOffsetForRange(node, end - offset, endNode, end); in selection() 324 if (!startNode || !endNode) in selection() 327 return Range::create(document(), startNode, start, endNode, end); in selection()
|
/external/webkit/Source/WebKit/win/ |
D | WebHTMLRepresentation.h | 63 /* [in] */ IDOMNode* endNode,
|
/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/webkit/Tools/DumpRenderTree/chromium/ |
D | WebViewHost.cpp | 202 WebNode endNode = range.endContainer(exception); in printRangeDescription() local 203 printNodeDescription(endNode, exception); in printRangeDescription()
|