Home | History | Annotate | Download | only in src

Lines Matching refs:bucketCount

677 void PlatformBridge::histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount)
679 webKitClient()->histogramCustomCounts(name, sample, min, max, bucketCount);