Home
last modified time | relevance | path

Searched defs:startNode (Results 1 – 25 of 34) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
/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()
DTextInsertionBaseCommand.cpp63 if (Node* startNode = selectionForInsertion.start().containerNode()) { in dispatchBeforeTextInsertedEvent() local
DBreakBlockquoteCommand.cpp107 Node* startNode = pos.deprecatedNode(); in doApply() local
DApplyStyleCommand.cpp359 Node* startNode = start.deprecatedNode(); in applyRelativeFontStyleChange() local
529 static Node* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode) in highestEmbeddingAncestor()
674 Node* startNode = start.deprecatedNode(); in fixRangeAndApplyInlineStyle() local
741 void ApplyStyleCommand::applyInlineStyleToNodeRange(EditingStyle* style, PassRefPtr<Node> startNode in applyInlineStyleToNodeRange()
1262 Node* startNode = start.containerNode(); in mergeStartWithPreviousIfIdentical() local
1340 RefPtr<Node> startNode = passedStartNode; in surroundNodeRangeWithElement() local
1408 Position ApplyStyleCommand::positionToComputeInlineStyleChange(PassRefPtr<Node> startNode, RefPtr<N… in positionToComputeInlineStyleChange()
1422 RefPtr<Node> startNode = passedStart; in applyInlineStyleChange() local
DFormatBlockCommand.cpp153 Node* enclosingBlockToSplitTreeTo(Node* startNode) in enclosingBlockToSplitTreeTo()
DVisibleUnits.cpp219 Node* startNode = startBox->renderer() ? startBox->renderer()->nonPseudoNode() : 0; in logicallyPreviousBox() local
260 Node* startNode = startBox->renderer() ? startBox->renderer()->nonPseudoNode() : 0; in logicallyNextBox() local
731 Node* startNode; in startPositionForLine() local
1097 Node* startNode = p.deprecatedNode(); in startOfParagraph() local
1177 Node* startNode = p.deprecatedNode(); in endOfParagraph() local
Dmarkup.cpp329 Node* StyledMarkupAccumulator::serializeNodes(Node* startNode, Node* pastEnd) in serializeNodes()
342 Node* StyledMarkupAccumulator::traverseNodesForSerialization(Node* startNode, Node* pastEnd, NodeTr… in traverseNodesForSerialization()
570 Node* startNode = updatedRange->firstNode(); in createMarkupInternal() local
DDeleteSelectionCommand.cpp451 Node* startNode = m_upstreamStart.deprecatedNode(); in handleGeneralDelete() local
DEditor.cpp552 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), ulTag); in selectionUnorderedListState() local
567 Node* startNode = enclosingNodeWithTag(m_frame.selection().selection().start(), olTag); in selectionOrderedListState() local
/external/chromium_org/v8/test/cctest/
Dtest-cpu-profiler.cc578 const v8::CpuProfileNode* startNode = in TEST() local
650 const v8::CpuProfileNode* startNode = in TEST() local
761 const v8::CpuProfileNode* startNode = in TEST() local
816 const v8::CpuProfileNode* startNode = in TEST() local
868 const v8::CpuProfileNode* startNode = in TEST() local
922 const v8::CpuProfileNode* startNode = in TEST() local
970 const v8::CpuProfileNode* startNode = in TEST() local
1038 const v8::CpuProfileNode* startNode = in TEST() local
1114 const v8::CpuProfileNode* startNode = in TEST() local
1220 const v8::CpuProfileNode* startNode = in TEST() local
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTreeWalker2Result.java102 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in TreeWalker2Result
/external/srec/tools/make_ve_grammar/
Dmake_ve_grammar.c99 nodeID startNode = 0; in main() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMTreeWalker.java215 protected void startNode(int node) throws org.xml.sax.SAXException in startNode() method in DTMTreeWalker
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java289 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java258 protected void startNode(Node node) throws org.xml.sax.SAXException in startNode() method in TreeWalker
/external/icu4c/common/
Drbbitblb.cpp457 RBBINode *startNode; in calcChainedFollowPos() local
516 RBBINode *startNode; in bofFixup() local
/external/chromium_org/third_party/icu/source/common/
Drbbitblb.cpp457 RBBINode *startNode; in calcChainedFollowPos() local
516 RBBINode *startNode; in bofFixup() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1569 final int startNode = _startNode; in next() local
1660 final int startNode = _startNode; in next() local
2783 int startNode = identity; in getStringValue() local
2896 int startNode = identity; in getStringValueX() local
3027 int startNode = identity; in dispatchCharactersEvents() local
DSAX2DTM.java530 int startNode = identity; in dispatchCharactersEvents() local
1273 int startNode = identity; in getStringValue() local
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPIteratorImpl.java64 XMPNode startNode = null; in XMPIteratorImpl() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp585 Node* startNode = deprecatedNode(); in upstream() local
708 Node* startNode = deprecatedNode(); in downstream() local
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8GCController.cpp193 void gcTree(v8::Isolate* isolate, Node* startNode) in gcTree()

12