Searched defs:endNode (Results 1 - 11 of 11) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
H A DProfile.cpp61 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); local
62 while (currentNode && currentNode != endNode) {
/external/icu4c/common/
H A Drbbiscan.cpp322 RBBINode *endNode = pushNewNode(RBBINode::endMark); local
326 catNode->fRightChild = endNode;
328 endNode->fVal = fRuleNum;
329 endNode->fLookAheadEnd = TRUE;
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);
/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/WebCore/editing/
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 DReplaceSelectionCommand.cpp1006 Node* endNode = positionAtEndOfInsertedContent().deepEquivalent().upstream().node(); local
1007 if (endNode->isTextNode()) {
1008 Text* text = static_cast<Text*>(endNode);
1012 insertNodeAfterAndUpdateNodesInserted(node, endNode);
H A Dvisible_units.cpp465 Node *endNode; local
475 endNode = endRenderer->node();
476 if (endNode)
483 if (endNode->hasTagName(brTag)) {
492 return VisiblePosition(endNode, endOffset, VP_UPSTREAM_IF_POSSIBLE);
1124 static void getLogicalEndBoxAndNode(RootInlineBox* rootBox, InlineBox*& endBox, Node*& endNode) argument
1129 endNode = 0;
1135 endNode = endBox->renderer()->node();
1136 if (endNode)
H A DApplyStyleCommand.cpp1665 Node *endNode = end.node(); local
1668 if (isAtomicNode(endNode)) {
1669 if (endOffset < caretMaxOffset(endNode))
1676 endNode = end.node()->parent();
1680 if (!endNode->isElementNode() || endNode->hasTagName(brTag))
1683 Node *nextSibling = endNode->nextSibling();
1685 if (nextSibling && areIdenticalElements(endNode, nextSibling)) {
1687 Element *element = static_cast<Element *>(endNode);
1692 Node *startNode = start.node() == endNode
1703 surroundNodeRangeWithElement(Node* startNode, Node* endNode, PassRefPtr<Element> elementToInsert) argument
1783 addInlineStyleIfNeeded(CSSMutableStyleDeclaration *style, Node *startNode, Node *endNode) argument
[all...]
H A DEditor.cpp564 Node* endNode = m_frame->selection()->selection().end().upstream().node(); local
565 if (enclosingBlock(startNode) != enclosingBlock(endNode))
591 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); local
592 if (startNode && endNode && startNode == endNode)
606 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); local
607 if (startNode && endNode && startNode == endNode)
/external/srec/tools/grxmlcompile/
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/webkit/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1761 Node* endNode = static_cast<AccessibilityRenderObject*>(coreObject)->renderer()->node(); local
1778 range->setEndBefore(endNode, ec);

Completed in 181 milliseconds