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

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DDOMSelection.cpp373 int offset = shadowAncestor->nodeIndex();
459 unsigned nodeIndex = n->nodeIndex(); local
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/sax2dtm/
H A DSAX2DTM.java872 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) { argument
933 mgrD.addDTM(this,id,nodeIndex);
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHeapSnapshot.js84 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...]
H A DHeapSnapshotDataGrids.js453 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/dom/
H A DRange.cpp383 int nodeIndex = refNode->nodeIndex(); local
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(); local
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, e
[all...]
H A DNode.cpp859 unsigned Node::nodeIndex() const function in class:WebCore::Node
/external/icu4c/i18n/
H A Dtznames_impl.cpp231 uint16_t nodeIndex = parent->fFirstChild; local
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; local
272 while (nodeIndex > 0) {
273 CharacterNode *current = fNodes + nodeIndex;
280 nodeIndex
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dzstrfmt.cpp318 uint16_t nodeIndex = parent->fFirstChild; local
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; local
359 while (nodeIndex > 0) {
360 CharacterNode *current = fNodes + nodeIndex;
367 nodeIndex
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 484 milliseconds