Searched refs:startNode (Results 1 - 25 of 52) sorted by relevance

123

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode; variable
H A DANTLRTreeNodeStream.h48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
H A DANTLRCommonTreeNodeStream.h111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode; variable
H A DANTLRTreeNodeStream.h48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
H A DANTLRCommonTreeNodeStream.h111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeRuleReturnScope.h37 ANTLRCommonTree *startNode; variable
40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode; variable
H A DANTLRTreeNodeStream.h48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
H A DANTLRCommonTreeNodeStream.h111 - (NSString *) toStringFromNode:(id<ANTLRTree>)startNode ToNode:(id<ANTLRTree>)stopNode;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DBreakBlockquoteCommand.cpp106 // startNode is the first node that we need to move to the new blockquote.
107 Node* startNode = pos.deprecatedNode(); local
110 if (startNode->isTextNode()) {
111 Text* textNode = toText(startNode);
113 startNode = NodeTraversal::next(startNode);
114 ASSERT(startNode);
118 Node* childAtOffset = startNode->childNode(pos.deprecatedEditingOffset());
119 startNode = childAtOffset ? childAtOffset : NodeTraversal::next(startNode);
[all...]
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 DTextInsertionBaseCommand.cpp63 if (Node* startNode = selectionForInsertion.start().containerNode()) {
64 if (startNode->rootEditableElement()) {
67 startNode->rootEditableElement()->dispatchEvent(evt, IGNORE_EXCEPTION);
H A DEditCommand.cpp114 void SimpleEditCommand::addNodeAndDescendants(Node* startNode, HashSet<Node*>& nodes) argument
116 for (Node* node = startNode; node; node = NodeTraversal::next(node, startNode))
H A DApplyStyleCommand.cpp358 Node* startNode = start.deprecatedNode(); local
359 if (startNode->isTextNode() && start.deprecatedEditingOffset() >= caretMaxOffset(startNode)) // Move out of text node if range does not include its characters.
360 startNode = NodeTraversal::next(startNode);
365 for (Node *node = startNode; node != beyondEnd; node = NodeTraversal::next(node))
372 for (Node* node = startNode; node != beyondEnd; node = NodeTraversal::next(node)) {
528 static Node* highestEmbeddingAncestor(Node* startNode, Node* enclosingNode) argument
530 for (Node* n = startNode; n && n != enclosingNode; n = n->parentNode()) {
673 Node* startNode local
739 applyInlineStyleToNodeRange(EditingStyle* style, PassRefPtr<Node> startNode, PassRefPtr<Node> pastEndNode) argument
1256 Node* startNode = start.containerNode(); local
1334 RefPtr<Node> startNode = passedStartNode; local
1402 positionToComputeInlineStyleChange(PassRefPtr<Node> startNode, RefPtr<Node>& dummyElement) argument
1417 RefPtr<Node> startNode = passedStart; local
[all...]
H A DDeleteSelectionCommand.cpp451 Node* startNode = m_upstreamStart.deprecatedNode(); local
456 if (startNode->isSameNode(m_startBlock.get()) && !startOffset && canHaveChildrenForEditing(startNode) && !isHTMLTableElement(startNode)) {
458 startNode = NodeTraversal::next(startNode);
459 if (!startNode)
463 if (startOffset >= caretMaxOffset(startNode) && startNode->isTextNode()) {
464 Text* text = toText(startNode);
[all...]
H A DFormatBlockCommand.cpp40 static Node* enclosingBlockToSplitTreeTo(Node* startNode);
147 Node* enclosingBlockToSplitTreeTo(Node* startNode) argument
149 Node* lastBlock = startNode;
150 for (Node* n = startNode; n; n = n->parentNode()) {
H A DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode) argument
93 Node* node = startNode;
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode) argument
108 Node* node = startNode;
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent) argument
124 Node* node = startNode;
H A DVisibleUnits.cpp219 Node* startNode = startBox->renderer() ? startBox->renderer()->nonPseudoNode() : 0; local
220 if (!startNode)
223 Position position = previousRootInlineBoxCandidatePosition(startNode, visiblePosition, ContentIsEditable);
260 Node* startNode = startBox->renderer() ? startBox->renderer()->nonPseudoNode() : 0; local
261 if (!startNode)
264 Position position = nextRootInlineBoxCandidatePosition(startNode, visiblePosition, ContentIsEditable);
730 Node* startNode; local
733 startNode = rootBox->getLogicalStartBoxWithNode(startBox);
734 if (!startNode)
748 startNode
1096 Node* startNode = p.deprecatedNode(); local
1174 Node* startNode = p.deprecatedNode(); local
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeNodeStream.h47 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNode;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java64 XMPNode startNode = null;
72 startNode = xmp.getRoot();
86 startNode = XMPNodeUtils.findNode(xmp.getRoot(), path, false, null);
93 startNode = XMPNodeUtils.findSchemaNode(xmp.getRoot(), schemaNS, false);
103 if (startNode != null)
107 nodeIterator = new NodeIterator(startNode, initialPath, 1);
111 nodeIterator = new NodeIteratorChildren(startNode, initialPath);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTreeWalker2Result.java102 protected void startNode(int node) throws org.xml.sax.SAXException method in class:TreeWalker2Result
115 super.startNode(node);
146 super.startNode(node);
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc582 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
583 CHECK_EQ(1, startNode->GetChildrenCount());
585 const v8::CpuProfileNode* fooNode = GetChild(startNode, "foo");
646 const v8::CpuProfileNode* startNode = FindChild(root, "start"); local
649 if (startNode && startNode->GetChildrenCount() > 0) {
650 CHECK_EQ(1, startNode->GetChildrenCount());
651 const v8::CpuProfileNode* delayNode = GetChild(startNode, "delay");
751 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
752 GetChild(startNode, "ge
801 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
846 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
893 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
936 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
999 const v8::CpuProfileNode* startNode = FindChild(root, "start"); local
1070 const v8::CpuProfileNode* startNode = FindChild(root, "start"); local
1160 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
1230 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
1310 const v8::CpuProfileNode* startNode = GetChild(root, "start"); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMExtension.js38 var startNode;
50 if (!startNode)
51 startNode = stayWithinNode;
59 startNode = node;
66 if (startNode)
72 if (!startNode) {
73 startNode = stayWithinNode;
77 startNode = this;
117 result.setStart(startNode, startOffset);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java98 * operating as a Visitor. startNode (preorder) and endNode
114 startNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
167 startNode(pos);
215 protected void startNode(int node) throws org.xml.sax.SAXException method in class:DTMTreeWalker
/external/chromium_org/third_party/icu/source/common/
H A Drbbitblb.cpp457 RBBINode *startNode; local
459 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
460 if (startNode->fType != RBBINode::leafChar) {
464 if (endNode->fVal == startNode->fVal) {
471 // to the second char of a match starting with startNode.
472 setAdd(endNode->fFollowPos, startNode->fFollowPos);
516 RBBINode *startNode; local
519 startNode = (RBBINode *)matchStartNodes->elementAt(startNodeIx);
520 if (startNode->fType != RBBINode::leafChar) {
524 if (startNode
[all...]

Completed in 2139 milliseconds

123