Home
last modified time | relevance | path

Searched refs:endNode (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/editing/
DModifySelectionListLevel.cpp91 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()
DModifySelectionListLevel.h40 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);
DApplyStyleCommand.cpp1270 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 …]
DTextIterator.cpp1104 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()
Dvisible_units.cpp412 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()
DReplaceSelectionCommand.cpp1133 … 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()
DEditor.cpp659 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/
DDTMTreeWalker.java118 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/
Dmake_ve_grammar.c105 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/
DTreeWalker.java183 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/
DTreeWalker.java151 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/
DTreeWalker2Result.java85 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/
DProfile.cpp61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach() local
62 while (currentNode && currentNode != endNode) { in forEach()
/external/webkit/Source/WebCore/inspector/front-end/
Dutilities.js50 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/
Drbbitblb.cpp422 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()
Drbbiscan.cpp322 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/
DWebHTMLRepresentation.h62 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en…
DWebHTMLRepresentation.mm278 …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/
DIWebHTMLRepresentation.idl62 …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/
DRenderTextControl.cpp307 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/
DWebHTMLRepresentation.h63 /* [in] */ IDOMNode* endNode,
/external/srec/tools/grxmlcompile/
Dgrxmldoc.h99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
Dgrxmldoc.cpp178 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/
DDOM3TreeWalker.java279 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/
DWebViewHost.cpp202 WebNode endNode = range.endContainer(exception); in printRangeDescription() local
203 printNodeDescription(endNode, exception); in printRangeDescription()

12