Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/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.cpp1301 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 …]
DReplaceSelectionCommand.cpp1275 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()
DVisibleUnits.cpp803 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()
DTextIterator.cpp1181 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()
DEditor.cpp553 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()
DApplyStyleCommand.h102 …void applyInlineStyleChange(PassRefPtr<Node> startNode, PassRefPtr<Node> endNode, StyleChange&, EA…
DCompositeEditCommand.cpp1485 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/
DDOMExtension.js40 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/
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/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/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/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/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.cpp323 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/
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/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp447 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/
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/chromium_org/chrome/browser/resources/net_internals/
Dwaterfall_row.js94 var endNode = this.createNode_(