HomeSort by relevance Sort by last modified time
    Searched refs:endNode (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebCore/editing/
ModifySelectionListLevel.h 40 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);
ModifySelectionListLevel.cpp 91 void ModifySelectionListLevelCommand::insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode)
99 if (node == endNode)
106 void ModifySelectionListLevelCommand::insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode)
114 if (node == endNode)
122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent)
130 if (node == endNode)
TextIterator.cpp     [all...]
ApplyStyleCommand.cpp     [all...]
visible_units.cpp 465 Node *endNode;
475 endNode = endRenderer->node();
476 if (endNode)
483 if (endNode->hasTagName(brTag)) {
492 return VisiblePosition(endNode, endOffset, VP_UPSTREAM_IF_POSSIBLE);
    [all...]
ReplaceSelectionCommand.cpp     [all...]
Editor.cpp 564 Node* endNode = m_frame->selection()->selection().end().upstream().node();
565 if (enclosingBlock(startNode) != enclosingBlock(endNode))
591 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), ulTag);
592 if (startNode && endNode && startNode == endNode)
606 Node* endNode = enclosingNodeWithTag(m_frame->selection()->selection().end(), olTag);
607 if (startNode && endNode && startNode == endNode)
    [all...]
  /external/webkit/JavaScriptCore/profiler/
Profile.cpp 61 ProfileNode* endNode = m_head->traverseNextNodePostOrder();
62 while (currentNode && currentNode != endNode) {
  /libcore/luni/src/main/java/org/apache/xalan/transformer/
TreeWalker2Result.java 85 protected void endNode(int node) throws org.xml.sax.SAXException
87 super.endNode(node);
  /external/webkit/WebKit/mac/WebView/
WebHTMLRepresentation.h 61 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
WebHTMLRepresentation.mm 262 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset
264 return [NSAttributedString _web_attributedStringFromRange:Range::create(core(startNode)->document(), core(startNode), startOffset, core(endNode), endOffset).get()];
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMTreeWalker.java 98 * operating as a Visitor. startNode (preorder) and endNode
118 endNode(pos);
134 endNode(pos);
148 * operating as a Visitor. startNode (preorder) and endNode
171 endNode(pos);
363 protected void endNode(int node) throws org.xml.sax.SAXException
  /libcore/luni/src/main/java/org/apache/xml/serializer/
TreeWalker.java 151 endNode(pos);
165 endNode(pos);
205 endNode(pos);
448 protected void endNode(Node node) throws org.xml.sax.SAXException
  /libcore/luni/src/main/java/org/apache/xml/utils/
TreeWalker.java 183 endNode(pos);
197 endNode(pos);
236 endNode(pos);
453 protected void endNode(Node node) throws org.xml.sax.SAXException
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 105 nodeID endNode = 6;
227 fprintf(pFile_PCLG,"%d\t%d\t.wb\teps\n", pau2EndNode, endNode);
228 fprintf(pFile_PCLG,"%d\n", endNode);
  /external/webkit/WebKit/win/
WebHTMLRepresentation.h 63 /* [in] */ IDOMNode* endNode,
  /external/webkit/WebCore/inspector/front-end/
utilities.js 65 var endNode;
110 if (!endNode)
111 endNode = stayWithinNode;
119 endNode = node;
126 if (endNode)
132 if (!endNode) {
133 endNode = stayWithinNode;
137 endNode = this;
143 result.setEnd(endNode, endOffset);
  /external/webkit/WebKit/win/Interfaces/
IWebHTMLRepresentation.idl 62 - (NSAttributedString *)attributedStringFrom:(DOMNode *)startNode startOffset:(int)startOffset to:(DOMNode *)endNode endOffset:(int)endOffset;
64 HRESULT attributedStringFromDOMNodes([in] IDOMNode* startNode, [in] int startOffset, [in] IDOMNode* endNode, [in] int endOffset, [out, retval] IDataObject** attributedString);
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
VNodeBuilder.java 111 VNode endNode = vNodeList.get(mNodeListPos);
112 endNode.parseStatus = 0;
  /external/chromium/third_party/icu/source/common/
rbbitblb.cpp 422 RBBINode *endNode = NULL;
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);
    [all...]
rbbiscan.cpp 322 RBBINode *endNode = pushNewNode(RBBINode::endMark);
326 catNode->fRightChild = endNode;
328 endNode->fVal = fRuleNum;
329 endNode->fLookAheadEnd = TRUE;
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 422 RBBINode *endNode = NULL;
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);
    [all...]
rbbiscan.cpp 322 RBBINode *endNode = pushNewNode(RBBINode::endMark);
326 catNode->fRightChild = endNode;
328 endNode->fVal = fRuleNum;
329 endNode->fLookAheadEnd = TRUE;
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.h 99 bool endNode( XMLNode &node, SubGraph *&p_SubGraph, const unsigned int level );
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 279 endNode(pos);
291 endNode(pos);
352 endNode(pos);
446 protected void endNode(Node node) throws org.xml.sax.SAXException {
    [all...]

Completed in 675 milliseconds

1 2