/external/chromium_org/third_party/WebKit/Source/core/dom/ |
NodeWithIndex.h | 49 m_index = m_node->nodeIndex(); 52 ASSERT(m_index == static_cast<int>(m_node->nodeIndex()));
|
Range.cpp | 384 int nodeIndex = refNode->nodeIndex(); 393 if (comparePoint(parentNode, nodeIndex, exceptionState) < 0) { // starts before 394 if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range 399 if (comparePoint(parentNode, nodeIndex + 1, exceptionState) > 0) // ends after the range 588 int nodeIndex = refNode->nodeIndex(); 597 if (comparePoint(parentNode, nodeIndex, exceptionState) < 0 // starts before start 598 && comparePoint(parentNode, nodeIndex + 1, exceptionState) < 0) { // ends before start 602 if (comparePoint(parentNode, nodeIndex, exceptionState) > 0 // starts after en [all...] |
Position.h | 97 // will return img->parentNode() and img->nodeIndex() from these functions. 253 return Position(node->parentNode(), node->nodeIndex(), Position::PositionIsOffsetInAnchor); 259 return Position(node->parentNode(), node->nodeIndex() + 1, Position::PositionIsOffsetInAnchor);
|
RangeBoundaryPoint.h | 98 m_offsetInContainer = m_childBeforeBoundary->nodeIndex() + 1;
|
Position.cpp | 190 return m_anchorNode->nodeIndex(); 192 return m_anchorNode->nodeIndex() + 1; 327 return createLegacyEditingPosition(parent, node->nodeIndex()); 356 return createLegacyEditingPosition(parent, node->nodeIndex() + 1); 633 // return lastVisible on the next iteration, but we terminate early to avoid doing a nodeIndex() call. 747 // positions will be [boundary->parentNode(), originalBlock->nodeIndex() + 1]. [all...] |
Node.h | 460 unsigned nodeIndex() const; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshot.js | 84 return this._snapshot.createNode(this.nodeIndex()); 87 nodeIndex: function() 113 nodeIndex: this.nodeIndex(), 201 nodeIndex: function() 255 nodeIndex: this.nodeIndex(), 309 * @param {number=} nodeIndex 311 WebInspector.HeapSnapshotNode = function(snapshot, nodeIndex) 314 this._firstNodeIndex = nodeIndex; [all...] |
JSHeapSnapshot.js | 57 for (var nodeIndex = this._nodeIdOffset; nodeIndex < nodesLength; nodeIndex += nodeFieldCount) { 58 var nextId = nodes[nodeIndex]; 62 if (id < nodes[nodeIndex]) 63 id = nodes[nodeIndex]; 68 createNode: function(nodeIndex) 70 return new WebInspector.JSHeapSnapshotNode(this, nodeIndex); 252 return this._flags[node.nodeIndex / this._nodeFieldCount]; 275 this._flags[edgesIter.edge.node().nodeIndex / this._nodeFieldCount] |= flag [all...] |
HeapSnapshotProxy.js | 467 dominatorIdsForNode: function(nodeIndex, callback) 469 this.callMethod(callback, "dominatorIdsForNode", nodeIndex); 472 createEdgesProvider: function(nodeIndex, showHiddenData) 474 return this.callFactoryMethod(null, "createEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex, showHiddenData); 477 createRetainingEdgesProvider: function(nodeIndex, showHiddenData) 479 return this.callFactoryMethod(null, "createRetainingEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex, showHiddenData); 502 createNodesProviderForDominator: function(nodeIndex) 504 return this.callFactoryMethod(null, "createNodesProviderForDominator", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
|
HeapSnapshotDataGrids.js | 482 setDataSource: function(snapshot, nodeIndex) 485 var node = new WebInspector.HeapSnapshotNode(snapshot, nodeIndex || snapshot.rootNodeIndex); 540 * @param {number} nodeIndex 542 setDataSource: function(snapshot, nodeIndex) 544 WebInspector.HeapSnapshotContainmentDataGrid.prototype.setDataSource.call(this, snapshot, nodeIndex); 853 var fakeNode = { nodeIndex: this.snapshot.rootNodeIndex }; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathPath.cpp | 145 for (size_t nodeIndex = 0; nodeIndex < matches.size(); ++nodeIndex) { 146 Node* node = matches[nodeIndex];
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
DOMSelection.cpp | 383 int offset = shadowAncestor->nodeIndex(); 471 unsigned nodeIndex = n->nodeIndex(); 479 bool nodeFullySelected = Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->startContainer(), selectedRange->startOffset(), exceptionState) >= 0 && !exceptionState.hadException() 480 && Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) <= 0 && !exceptionState.hadException(); 485 bool nodeFullyUnselected = (Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->endContainer(), selectedRange->endOffset(), exceptionState) > 0 && !exceptionState.hadException()) 486 || (Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->startContainer(), selectedRange->startOffset(), exceptionState) < 0 && !exceptionState.hadException()); 543 return adjustedNode->nodeIndex();
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/ |
DOM2DTM.java | 185 int nodeIndex = m_nodes.size(); 188 if(m_dtmIdent.size() == (nodeIndex>>>DTMManager.IDENT_DTM_NODE_BITS)) 198 mgrD.addDTM(this,id,nodeIndex); 211 // ensureSize(nodeIndex); 248 m_firstch.setElementAt(NOTPROCESSED,nodeIndex); 249 m_nextsib.setElementAt(NOTPROCESSED,nodeIndex); 250 m_prevsib.setElementAt(previousSibling,nodeIndex); 251 m_parent.setElementAt(parentIndex,nodeIndex); 259 m_firstch.setElementAt(nodeIndex,parentIndex); 296 m_exptype.setElementAt(expandedNameID,nodeIndex); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/ |
SAX2DTM.java | 872 int nodeIndex = m_size++; 875 if(m_dtmIdent.size() == (nodeIndex>>>DTMManager.IDENT_DTM_NODE_BITS)) 877 addNewDTMID(nodeIndex); 891 m_nextsib.setElementAt(nodeIndex,previousSibling); 905 declareNamespaceInContext(parentIndex,nodeIndex); 911 m_firstch.setElementAt(nodeIndex,parentIndex); 916 return nodeIndex; 921 * @param nodeIndex The node identity at which the new DTM ID will begin 924 protected void addNewDTMID(int nodeIndex) { 933 mgrD.addDTM(this,id,nodeIndex); [all...] |
SAX2DTM2.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
FusionDictionary.java | 486 int nodeIndex = findIndexOfChar(mRootNodeArray, word[charIndex]); 487 while (CHARACTER_NOT_FOUND_INDEX != nodeIndex) { 488 currentPtNode = currentNodeArray.mData.get(nodeIndex); 496 nodeIndex = findIndexOfChar(currentNodeArray, word[charIndex]); 499 if (CHARACTER_NOT_FOUND_INDEX == nodeIndex) { 563 currentNodeArray.mData.set(nodeIndex, newParent); [all...] |
/external/icu4c/i18n/ |
tznames_impl.cpp | 231 uint16_t nodeIndex = parent->fFirstChild; 232 while (nodeIndex > 0) { 233 CharacterNode *current = fNodes + nodeIndex; 240 prevIndex = nodeIndex; 241 nodeIndex = current->fNextSibling; 258 node->fNextSibling = nodeIndex; 271 uint16_t nodeIndex = parent->fFirstChild; 272 while (nodeIndex > 0) { 273 CharacterNode *current = fNodes + nodeIndex; 280 nodeIndex = current->fNextSibling [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
zstrfmt.cpp | 318 uint16_t nodeIndex = parent->fFirstChild; 319 while (nodeIndex > 0) { 320 CharacterNode *current = fNodes + nodeIndex; 327 prevIndex = nodeIndex; 328 nodeIndex = current->fNextSibling; 345 node->fNextSibling = nodeIndex; 358 uint16_t nodeIndex = parent->fFirstChild; 359 while (nodeIndex > 0) { 360 CharacterNode *current = fNodes + nodeIndex; 367 nodeIndex = current->fNextSibling [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentHashMap.java | 437 int nodeIndex = node.hash & sizeMask; // add the new node 438 node.setNext(newTable[nodeIndex]); 439 newTable[nodeIndex] = node; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.cpp | [all...] |
ApplyStyleCommand.cpp | [all...] |
DeleteSelectionCommand.cpp | 561 offset = n->nodeIndex() + 1; [all...] |
htmlediting.cpp | 949 if (position.containerNode() == node->parentNode() && static_cast<unsigned>(position.offsetInContainerNode()) > node->nodeIndex()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextFormControlElement.cpp | 425 offsetInContainer = node->nodeIndex() + offset;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderTreeAsText.cpp | 748 result.appendNumber(n->nodeIndex()); [all...] |