Home
last modified time | relevance | path

Searched refs:endNode (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, … in insertSiblingNodeRangeBefore() argument
99 if (node == endNode) in insertSiblingNodeRangeBefore()
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, N… in insertSiblingNodeRangeAfter() argument
114 if (node == endNode) in insertSiblingNodeRangeAfter()
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Elemen… in appendSiblingNodeRange() argument
130 if (node == endNode) in appendSiblingNodeRange()
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);
DApplyStyleCommand.cpp1438 Node *endNode = end.node(); in mergeEndWithNextIfIdentical() local
1441 if (isAtomicNode(endNode)) { in mergeEndWithNextIfIdentical()
1442 if (endOffset < caretMaxOffset(endNode)) in mergeEndWithNextIfIdentical()
1449 endNode = end.node()->parent(); in mergeEndWithNextIfIdentical()
1453 if (!endNode->isElementNode() || endNode->hasTagName(brTag)) in mergeEndWithNextIfIdentical()
1456 Node *nextSibling = endNode->nextSibling(); in mergeEndWithNextIfIdentical()
1458 if (nextSibling && areIdenticalElements(endNode, nextSibling)) { in mergeEndWithNextIfIdentical()
1460 Element *element = static_cast<Element *>(endNode); in mergeEndWithNextIfIdentical()
1465 Node *startNode = start.node() == endNode ? nextElement : start.node(); in mergeEndWithNextIfIdentical()
1476 void ApplyStyleCommand::surroundNodeRangeWithElement(Node* startNode, Node* endNode, PassRefPtr<Ele… in surroundNodeRangeWithElement() argument
[all …]
DTextIterator.cpp783 Node* endNode = r->endContainer(); in SimplifiedBackwardsTextIterator() local
793 if (!endNode->offsetInCharacters()) { in SimplifiedBackwardsTextIterator()
794 if (endOffset > 0 && endOffset <= static_cast<int>(endNode->childNodeCount())) { in SimplifiedBackwardsTextIterator()
795 endNode = endNode->childNode(endOffset - 1); in SimplifiedBackwardsTextIterator()
796 …endOffset = endNode->offsetInCharacters() ? endNode->maxCharacterOffset() : endNode->childNodeCoun… in SimplifiedBackwardsTextIterator()
800 m_node = endNode; in SimplifiedBackwardsTextIterator()
807 m_endNode = endNode; in SimplifiedBackwardsTextIterator()
812 m_positionNode = endNode; in SimplifiedBackwardsTextIterator()
Dvisible_units.cpp365 Node *endNode; in endPositionForLine() local
375 endNode = endRenderer->element(); in endPositionForLine()
376 if (endNode) in endPositionForLine()
383 if (endNode->hasTagName(brTag)) { in endPositionForLine()
392 return VisiblePosition(endNode, endOffset, VP_UPSTREAM_IF_POSSIBLE); in endPositionForLine()
DEditor.cpp558 Node* endNode = m_frame->selection()->selection().end().upstream().node(); in hasBidiSelection() local
559 if (enclosingBlock(startNode) != enclosingBlock(endNode)) in hasBidiSelection()
585 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag); in selectionUnorderedListState() local
586 if (startNode && endNode && startNode == endNode) in selectionUnorderedListState()
600 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag); in selectionOrderedListState() local
601 if (startNode && endNode && startNode == endNode) in selectionOrderedListState()
DReplaceSelectionCommand.cpp935 Node* endNode = positionAtEndOfInsertedContent().deepEquivalent().upstream().node(); in doApply() local
936 if (endNode->isTextNode()) { in doApply()
937 Text* text = static_cast<Text*>(endNode); in doApply()
941 insertNodeAfterAndUpdateNodesInserted(node, endNode); in doApply()
/external/srec/tools/make_ve_grammar/
Dmake_ve_grammar.c105 nodeID endNode = 6; in main() local
227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode); in main()
228 fprintf(pFile_PCLG,"%d\n", endNode); in main()
/external/webkit/WebCore/inspector/front-end/
Dutilities.js114 var endNode;
159 if (!endNode)
160 endNode = stayWithinNode;
168 endNode = node;
175 if (endNode)
181 if (!endNode) {
182 endNode = stayWithinNode;
186 endNode = this;
192 result.setEnd(endNode, endOffset);
/external/webkit/JavaScriptCore/profiler/
DProfile.cpp69 ProfileNode* endNode = m_head->traverseNextNodePostOrder(); in forEach() local
70 while (currentNode && currentNode != endNode) { in forEach()
/external/icu4c/common/
Drbbitblb.cpp404 RBBINode *endNode = NULL; in calcChainedFollowPos() local
410 endNode = tNode; in calcChainedFollowPos()
414 if (endNode == NULL) { in calcChainedFollowPos()
426 UChar32 c = this->fRB->fSetBuilder->getFirstChar(endNode->fVal); in calcChainedFollowPos()
446 if (endNode->fVal == startNode->fVal) { in calcChainedFollowPos()
454 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
Drbbiscan.cpp321 RBBINode *endNode = pushNewNode(RBBINode::endMark); in doParseActions() local
325 catNode->fRightChild = endNode; in doParseActions()
327 endNode->fVal = fRuleNum; in doParseActions()
328 endNode->fLookAheadEnd = TRUE; in doParseActions()
/external/webkit/WebKit/win/Interfaces/
DIWebHTMLRepresentation.idl62 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en…
64 …mDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffs…
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.h55 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en…
DWebHTMLRepresentation.mm260 …ringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)en…
262 …::create([startNode _node]->document(), [startNode _node], startOffset, [endNode _node], endOffset…
/external/webkit/WebKit/win/
DWebHTMLRepresentation.h63 /* [in] */ IDOMNode* endNode,
/external/webkit/WebKit/android/jni/
DWebViewCore.cpp1357 WebCore::Node* endNode = hitTestResult.innerNode(); in getSelection() local
1358 if (!endNode) { in getSelection()
1362 endNode = hitTestResult.innerNode(); in getSelection()
1364 if (!endNode) { in getSelection()
1371 int end = findTextBoxIndex(endNode, endPt); in getSelection()
1373 endNode = node; in getSelection()
1375 end = static_cast<WebCore::Text*>(endNode)->string()->length(); in getSelection()
1376 DBG_NAV_LOGD("node=%p start=%d endNode=%p end=%d", node, start, endNode, end); in getSelection()
1388 int newLength = node == endNode ? end : string->length(); in getSelection()
1407 } while (node != endNode && (node = node->traverseNextNode())); in getSelection()
/external/srec/tools/grxmlcompile/
Dgrxmldoc.h99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
Dgrxmldoc.cpp178 endNode( node, p_SubGraph, level ); in parseNode()
277 bool GRXMLDoc::endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level ) in endNode() function in GRXMLDoc
/external/webkit/WebCore/
DChangeLog-2006-12-3140373 endNode if the start node is a descendant of it, so that the pre-order traversal will
DChangeLog-2005-08-2357974 … to get at a child node. We don't want to set startNode or endNode to nil in any case. If the end