Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCounters.h44 enum CounterType { enum
51 static inline void incrementCounter(CounterType type) in incrementCounter()
57 static inline void decrementCounter(CounterType type) in decrementCounter()
63 static int counterValue(CounterType);
DInspectorCounters.cpp38 int InspectorCounters::counterValue(CounterType type) in counterValue()