Home
last modified time | relevance | path

Searched refs:m_isHistogram (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
DV8Counters.h60 bool isHistogram() { return m_isHistogram; } in isHistogram()
67 bool m_isHistogram; variable
DV8Counters.cpp43 : m_count(0), m_sampleTotal(0), m_isHistogram(isHistogram) { } in Counter()