Home | History | Annotate | Download | only in dom

Lines Matching refs:nodeCount

709 PassRefPtr<TraceEvent::ConvertableToTraceFormat> jsonObjectForStyleInvalidation(unsigned nodeCount, const Node* rootNode)
712 value->setInteger("node_count", nodeCount);
724 unsigned nodeCount = 0;
728 nodeCount++;
730 nodeCount += root->styledSubtreeSize();
733 return nodeCount;
739 unsigned nodeCount = styledSubtreeSize();
740 if (nodeCount < kMinLoggedSize)
745 "data", jsonObjectForStyleInvalidation(nodeCount, this)