Searched refs:nodeA (Results 1 – 4 of 4) sorted by relevance
681 var nodeA = new WebInspector.HeapSnapshotNode(this);686 nodeA.nodeIndex = idxA;688 return nodeA.id < nodeB.id ? -1 : 1;881 var nodeA = new WebInspector.HeapSnapshotNode(this.snapshot);901 nodeA.nodeIndex = edgeA.nodeIndex;903 var valueA = nodeA[fieldName];962 var nodeA = new WebInspector.HeapSnapshotNode(this.snapshot);967 nodeA.nodeIndex = indexA;969 var valueA = nodeA[fieldName];
75 function SortByTwoFields(nodeA, nodeB) argument77 var field1 = nodeA[sortFields[0]];84 field1 = nodeA[sortFields[2]];371 function DataExtractorWrapper(nodeA, nodeB) argument373 return sortFunction(nodeA.data, nodeB.data);
97 Node* nodeA = a.deprecatedNode(); in comparePositions() local98 ASSERT(nodeA); in comparePositions()104 Node* shadowAncestorA = nodeA->shadowAncestorNode(); in comparePositions()105 if (shadowAncestorA == nodeA) in comparePositions()114 nodeA = shadowAncestorA; in comparePositions()126 int result = Range::compareBoundaryPoints(nodeA, offsetA, nodeB, offsetB, ec); in comparePositions()
178 const NodePtr* nodeA = static_cast<const NodePtr*>(a); in compareGraphicsLayersZValue() local180 return int(((*nodeA)->m_transforms.centerZ - (*nodeB)->m_transforms.centerZ) * 1000); in compareGraphicsLayersZValue()