HomeSort by relevance Sort by last modified time
    Searched refs:s_counters (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCounters.cpp 36 int InspectorCounters::s_counters[CounterTypeLength]; member in class:WebCore::InspectorCounters
40 return s_counters[type];
InspectorCounters.h 54 ++s_counters[type];
60 --s_counters[type];
68 static int s_counters[CounterTypeLength]; member in class:WebCore::InspectorCounters

Completed in 33 milliseconds