OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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