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

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

Completed in 443 milliseconds