Home
last modified time | relevance | path

Searched defs:endNode (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, … in insertSiblingNodeRangeBefore()
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter()
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange()
DApplyStyleCommand.cpp1301 Node* endNode = end.containerNode(); in mergeEndWithNextIfIdentical() local
1335 …:surroundNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefP… in surroundNodeRangeWithElement()
1423 RefPtr<Node> endNode = passedEnd; in applyInlineStyleChange() local
DEditor.cpp553 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag); in selectionUnorderedListState() local
568 Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag); in selectionOrderedListState() local
DReplaceSelectionCommand.cpp1275 Node* endNode = endUpstream.computeNodeBeforePosition(); in addSpacesForSmartReplace() local
DTextIterator.cpp1181 Node* endNode = r->endContainer(); in SimplifiedBackwardsTextIterator() local
DCompositeEditCommand.cpp1485 RefPtr<Node> endNode = end; in splitTreeToNode() local
DVisibleUnits.cpp803 Node* endNode; in endPositionForLine() local
/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
/external/srec/tools/make_ve_grammar/
Dmake_ve_grammar.c105 nodeID endNode = 6; in main() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMTreeWalker.java363 protected void endNode(int node) throws org.xml.sax.SAXException in endNode() method in DTMTreeWalker
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java448 protected void endNode(Node node) throws org.xml.sax.SAXException in endNode() method in TreeWalker
/external/icu4c/common/
Drbbiscan.cpp323 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local
Drbbitblb.cpp422 RBBINode *endNode = NULL; in calcChainedFollowPos() local
/external/chromium_org/third_party/icu/source/common/
Drbbiscan.cpp322 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local
Drbbitblb.cpp422 RBBINode *endNode = NULL; in calcChainedFollowPos() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp447 Node* endNode = 0; in selection() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java446 protected void endNode(Node node) throws org.xml.sax.SAXException { in endNode() method in DOM3TreeWalker
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) in endNode() function in GRXMLDoc