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

1 2

  /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 383 int nodeIndex = refNode->nodeIndex();
392 if (comparePoint(parentNode, nodeIndex, es) < 0) { // starts before
393 if (comparePoint(parentNode, nodeIndex + 1, es) > 0) // ends after the range
398 if (comparePoint(parentNode, nodeIndex + 1, es) > 0) // ends after the range
587 int nodeIndex = refNode->nodeIndex();
596 if (comparePoint(parentNode, nodeIndex, es) < 0 // starts before start
597 && comparePoint(parentNode, nodeIndex + 1, es) < 0) { // ends before start
601 if (comparePoint(parentNode, nodeIndex, es) > 0 // starts after en
    [all...]
Position.h 97 // will return img->parentNode() and img->nodeIndex() from these functions.
252 return Position(Position::findParent(node), node->nodeIndex(), Position::PositionIsOffsetInAnchor);
258 return Position(Position::findParent(node), node->nodeIndex() + 1, Position::PositionIsOffsetInAnchor);
RangeBoundaryPoint.h 98 m_offsetInContainer = m_childBeforeBoundary->nodeIndex() + 1;
Position.cpp 188 return m_anchorNode->nodeIndex();
190 return m_anchorNode->nodeIndex() + 1;
329 return createLegacyEditingPosition(parent, n->nodeIndex());
361 return createLegacyEditingPosition(parent, n->nodeIndex() + 1);
637 // return lastVisible on the next iteration, but we terminate early to avoid doing a nodeIndex() call.
751 // positions will be [boundary->parentNode(), originalBlock->nodeIndex() + 1].
    [all...]
Node.h 478 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 49 createNode: function(nodeIndex)
51 return new WebInspector.JSHeapSnapshotNode(this, nodeIndex);
233 return this._flags[node.nodeIndex / this._nodeFieldCount];
256 this._flags[edgesIter.edge.node().nodeIndex / this._nodeFieldCount] |= flag;
285 list.push(iter.edge.node().nodeIndex / nodeFieldCount);
338 var nodeIndex = containmentEdges[edgeIndex + edgeToNodeOffset];
340 node.nodeIndex = nodeIndex;
345 var nodeOrdinal = nodeIndex / nodeFieldCount;
377 * @param {number=} nodeIndex
    [all...]
HeapSnapshotProxy.js 441 dominatorIdsForNode: function(nodeIndex, callback)
443 this.callMethod(callback, "dominatorIdsForNode", nodeIndex);
446 createEdgesProvider: function(nodeIndex, showHiddenData)
448 return this.callFactoryMethod(null, "createEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex, showHiddenData);
451 createRetainingEdgesProvider: function(nodeIndex, showHiddenData)
453 return this.callFactoryMethod(null, "createRetainingEdgesProvider", WebInspector.HeapSnapshotProviderProxy, nodeIndex, showHiddenData);
476 createNodesProviderForDominator: function(nodeIndex)
478 return this.callFactoryMethod(null, "createNodesProviderForDominator", WebInspector.HeapSnapshotProviderProxy, nodeIndex);
HeapSnapshotDataGrids.js 453 setDataSource: function(snapshot, nodeIndex)
456 var node = new WebInspector.HeapSnapshotNode(snapshot, nodeIndex || snapshot.rootNodeIndex);
511 * @param {number} nodeIndex
513 setDataSource: function(snapshot, nodeIndex)
515 WebInspector.HeapSnapshotContainmentDataGrid.prototype.setDataSource.call(this, snapshot, nodeIndex);
803 var fakeNode = { nodeIndex: this.snapshot.rootNodeIndex };
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.cpp 146 for (size_t nodeIndex = 0; nodeIndex < matches.size(); ++nodeIndex) {
147 Node* node = matches[nodeIndex];
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 373 int offset = shadowAncestor->nodeIndex();
459 unsigned nodeIndex = n->nodeIndex();
467 bool nodeFullySelected = Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->startContainer(), selectedRange->startOffset(), es) >= 0 && !es.hadException()
468 && Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->endContainer(), selectedRange->endOffset(), es) <= 0 && !es.hadException();
473 bool nodeFullyUnselected = (Range::compareBoundaryPoints(parentNode, nodeIndex, selectedRange->endContainer(), selectedRange->endOffset(), es) > 0 && !es.hadException())
474 || (Range::compareBoundaryPoints(parentNode, nodeIndex + 1, selectedRange->startContainer(), selectedRange->startOffset(), es) < 0 && !es.hadException());
530 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 559 offset = n->nodeIndex() + 1;
    [all...]
htmlediting.cpp 958 if (position.containerNode() == node->parentNode() && static_cast<unsigned>(position.offsetInContainerNode()) > node->nodeIndex())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextFormControlElement.cpp 437 offsetInContainer = node->nodeIndex() + offset;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 741 result.appendNumber(n->nodeIndex());

Completed in 449 milliseconds

1 2