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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCounters.h 44 enum CounterType {
51 static inline void incrementCounter(CounterType type)
57 static inline void decrementCounter(CounterType type)
63 static int counterValue(CounterType);
InspectorCounters.cpp 38 int InspectorCounters::counterValue(CounterType type)

Completed in 219 milliseconds