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

12

/external/webkit/Source/WebCore/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.cpp1270 Node* endNode = end.containerNode(); local
1273 if (isAtomicNode(endNode)) {
1274 if (endOffset < lastOffsetInNode(endNode))
1281 endNode = end.deprecatedNode()->parentNode();
1285 if (!endNode->isElementNode() || endNode->hasTagName(brTag))
1288 Node* nextSibling = endNode->nextSibling();
1289 if (nextSibling && areIdenticalElements(endNode, nextSibling)) {
1291 Element* element = static_cast<Element *>(endNode);
1296 bool shouldUpdateStart = start.containerNode() == endNode;
1306 surroundNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Element> elementToInsert) argument
1365 RefPtr<Node> endNode = passedEnd; local
[all...]
H A DTextIterator.cpp1107 Node* endNode = r->endContainer();
1117 if (!endNode->offsetInCharacters()) {
1118 if (endOffset > 0 && endOffset <= static_cast<int>(endNode->childNodeCount())) {
1119 endNode = endNode->childNode(endOffset - 1);
1120 endOffset = lastOffsetInNode(endNode);
1124 m_node = endNode;
1132 m_endNode = endNode;
1137 m_positionNode = endNode;
H A Dvisible_units.cpp412 Node *endNode; local
422 endNode = endRenderer->node();
423 if (endNode)
430 if (endNode->hasTagName(brTag)) {
431 pos = positionBeforeNode(endNode);
437 pos = Position(endNode, endOffset, Position::PositionIsOffsetInAnchor);
439 pos = positionAfterNode(endNode);
H A DReplaceSelectionCommand.cpp1133 Node* endNode = positionAtEndOfInsertedContent().deepEquivalent().upstream().deprecatedNode(); local
1134 if (endNode->isTextNode()) {
1135 Text* text = static_cast<Text*>(endNode);
1139 insertNodeAfterAndUpdateNodesInserted(node, endNode);
H A DEditor.cpp659 Node* endNode = m_frame->selection()->selection().end().upstream().deprecatedNode(); local
660 if (enclosingBlock(startNode) != enclosingBlock(endNode))
686 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); local
687 if (startNode && endNode && startNode == endNode)
701 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); local
702 if (startNode && endNode && startNode == endNode)
H A DCompositeEditCommand.cpp1230 RefPtr<Node> endNode = end; local
1231 for (node = start; node && node->parentNode() != endNode; node = node->parentNode()) {
/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/webkit/Source/JavaScriptCore/profiler/
H A DProfile.cpp61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); local
62 while (currentNode && currentNode != endNode) {
/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/webkit/Source/WebKit/mac/WebView/
H A DWebHTMLRepresentation.h62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
H A DWebHTMLRepresentation.mm278 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset
280 return [WebHTMLConverter editingAttributedStringFromRange:Range::create(core(startNode)->document(), core(startNode), startOffset, core(endNode), endOffset).get()];
/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/webkit/Source/WebKit/win/
H A DWebHTMLRepresentation.h63 /* [in] */ IDOMNode* endNode,
/external/webkit/Source/WebCore/inspector/front-end/
H A 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/webkit/Source/WebKit/win/Interfaces/
H A DIWebHTMLRepresentation.idl62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
64 HRESULT attributedStringFromDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.cpp307 Node* endNode = 0; local
317 setContainerAndOffsetForRange(node, end - offset, endNode, end);
324 if (!startNode || !endNode)
327 return Range::create(document(), startNode, start, endNode, end);
/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/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

Completed in 413 milliseconds

12