Home
last modified time | relevance | path

Searched refs:counterValue (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorMemoryAgent.cpp45 *documents = InspectorCounters::counterValue(InspectorCounters::DocumentCounter); in getDOMCounters()
46 *nodes = InspectorCounters::counterValue(InspectorCounters::NodeCounter); in getDOMCounters()
47 *jsEventListeners = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter); in getDOMCounters()
DInspectorCounters.cpp38 int InspectorCounters::counterValue(CounterType type) in counterValue() function in WebCore::InspectorCounters
DInspectorCounters.h63 static int counterValue(CounterType);
DInspectorTimelineAgent.cpp1066 documentCount = InspectorCounters::counterValue(InspectorCounters::DocumentCounter); in setDOMCounters()
1067 nodeCount = InspectorCounters::counterValue(InspectorCounters::NodeCounter); in setDOMCounters()
1068 … listenerCount = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter); in setDOMCounters()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h251 String counterValue(Element*);
DInternals.idl213 DOMString counterValue(Element element);
DInternals.cpp1522 return InspectorCounters::counterValue(InspectorCounters::NodeCounter); in numberOfLiveNodes()
1527 return InspectorCounters::counterValue(InspectorCounters::DocumentCounter); in numberOfLiveDocuments()
1927 String Internals::counterValue(Element* element) in counterValue() function in WebCore::Internals
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp1265 Counter* counterValue = contentValue->getCounterValue(); in oldApplyProperty() local
1267 CSSValueID listStyleIdent = counterValue->listStyleIdent(); in oldApplyProperty()
1270 … adoptPtr(new CounterContent(AtomicString(counterValue->identifier()), listStyleType, AtomicString… in oldApplyProperty()