Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCounters.h54 ++s_counters[type]; in incrementCounter()
60 --s_counters[type]; in decrementCounter()
68 static int s_counters[CounterTypeLength]; variable
DInspectorCounters.cpp36 int InspectorCounters::s_counters[CounterTypeLength]; member in WebCore::InspectorCounters
40 return s_counters[type]; in counterValue()