Searched refs:endNode (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A 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);
H A DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode) argument
99 if (node == endNode)
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode) argument
114 if (node == endNode)
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent) argument
130 if (node == endNode)
H A DApplyStyleCommand.cpp1301 Node* endNode = end.containerNode(); local
1303 if (isAtomicNode(endNode)) {
1305 if (offsetIsBeforeLastNodeOffset(endOffset, endNode))
1311 endNode = end.deprecatedNode()->parentNode();
1314 if (!endNode->isElementNode() || endNode->hasTagName(brTag))
1317 Node* nextSibling = endNode->nextSibling();
1318 if (nextSibling && areIdenticalElements(endNode, nextSibling)) {
1320 Element* element = toElement(endNode);
1325 bool shouldUpdateStart = start.containerNode() == endNode;
1335 surroundNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Element> elementToInsert) argument
1423 RefPtr<Node> endNode = passedEnd; local
[all...]
H A DReplaceSelectionCommand.cpp1275 Node* endNode = endUpstream.computeNodeBeforePosition(); local
1276 int endOffset = endNode && endNode->isTextNode() ? toText(endNode)->length() : 0;
1278 endNode = endUpstream.containerNode();
1283 if (needsTrailingSpace && endNode) {
1284 bool collapseWhiteSpace = !endNode->renderer() || endNode->renderer()->style()->collapseWhiteSpace();
1285 if (endNode->isTextNode()) {
1286 insertTextIntoNode(toText(endNode), endOffse
[all...]
H A DVisibleUnits.cpp803 Node* endNode; local
806 endNode = rootBox->getLogicalEndBoxWithNode(endBox);
807 if (!endNode)
821 endNode = endRenderer->nonPseudoNode();
822 if (endNode)
830 if (endNode->hasTagName(brTag))
831 pos = positionBeforeNode(endNode);
832 else if (endBox->isInlineTextBox() && endNode->isTextNode()) {
837 pos = Position(toText(endNode), endOffset);
839 pos = positionAfterNode(endNode);
[all...]
H A DTextIterator.cpp1181 Node* endNode = r->endContainer();
1191 if (!endNode->offsetInCharacters()) {
1192 if (endOffset > 0 && endOffset <= static_cast<int>(endNode->childNodeCount())) {
1193 endNode = endNode->childNode(endOffset - 1);
1194 endOffset = lastOffsetInNode(endNode);
1198 m_node = endNode;
1206 m_endNode = endNode;
1211 m_positionNode = endNode;
H A DEditor.cpp553 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); local
554 if (startNode && endNode && startNode == endNode)
568 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); local
569 if (startNode && endNode && startNode == endNode)
H A DApplyStyleCommand.h102 void applyInlineStyleChange(PassRefPtr<Node> startNode, PassRefPtr<Node> endNode, StyleChange&, EAddStyledElement);
H A DCompositeEditCommand.cpp1485 RefPtr<Node> endNode = end; local
1486 for (node = start; node && node->parentNode() != endNode; node = node->parentNode()) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A 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/xalan/transformer/
H A DTreeWalker2Result.java85 protected void endNode(int node) throws org.xml.sax.SAXException method in class:TreeWalker2Result
87 super.endNode(node);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java98 * operating as a Visitor. startNode (preorder) and endNode
118 endNode(pos);
134 endNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
171 endNode(pos);
363 protected void endNode(int node) throws org.xml.sax.SAXException method in class:DTMTreeWalker
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DTreeWalker.java151 endNode(pos);
165 endNode(pos);
205 endNode(pos);
448 protected void endNode(Node node) throws org.xml.sax.SAXException method in class:TreeWalker
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java183 endNode(pos);
197 endNode(pos);
236 endNode(pos);
453 protected void endNode(Node node) throws org.xml.sax.SAXException method in class:TreeWalker
/external/srec/tools/make_ve_grammar/
H A Dmake_ve_grammar.c105 nodeID endNode = 6; local
227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode);
228 fprintf(pFile_PCLG,"%d\n", endNode);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElement.cpp447 Node* endNode = 0; local
457 setContainerAndOffsetForRange(node, end - offset, endNode, end);
464 if (!startNode || !endNode)
467 return Range::create(document(), startNode, start, endNode, end);
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp422 RBBINode *endNode = NULL; local
428 endNode = tNode;
432 if (endNode == NULL) {
444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal);
464 if (endNode->fVal == startNode->fVal) {
470 // letting matches transition from a match state at endNode
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
H A Drbbiscan.cpp322 RBBINode *endNode = pushNewNode(RBBINode::endMark); local
326 catNode->fRightChild = endNode;
328 endNode->fVal = fRuleNum;
329 endNode->fLookAheadEnd = TRUE;
/external/icu4c/common/
H A Drbbitblb.cpp422 RBBINode *endNode = NULL; local
428 endNode = tNode;
432 if (endNode == NULL) {
444 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal);
464 if (endNode->fVal == startNode->fVal) {
470 // letting matches transition from a match state at endNode
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
H A Drbbiscan.cpp323 RBBINode *endNode = pushNewNode(RBBINode::endMark); local
327 catNode->fRightChild = endNode;
329 endNode->fVal = fRuleNum;
330 endNode->fLookAheadEnd = TRUE;
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.h99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
H A Dgrxmldoc.cpp147 // for final operations in the endNode() fn.
178 endNode( node, p_SubGraph, level );
277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) function in class:GRXMLDoc
355 } // endNode()
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dwaterfall_row.js94 var endNode = this.createNode_(
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java279 endNode(pos);
291 endNode(pos);
352 endNode(pos);
446 protected void endNode(Node node) throws org.xml.sax.SAXException { method in class:DOM3TreeWalker
1049 * @param bStart Inicates if called from start or endNode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4393 milliseconds

12