Searched refs:counterValue (Results 1 – 8 of 8) sorted by relevance
45 *documents = InspectorCounters::counterValue(InspectorCounters::DocumentCounter); in getDOMCounters()46 *nodes = InspectorCounters::counterValue(InspectorCounters::NodeCounter); in getDOMCounters()47 *jsEventListeners = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter); in getDOMCounters()
38 int InspectorCounters::counterValue(CounterType type) in counterValue() function in WebCore::InspectorCounters
63 static int counterValue(CounterType);
1066 documentCount = InspectorCounters::counterValue(InspectorCounters::DocumentCounter); in setDOMCounters()1067 nodeCount = InspectorCounters::counterValue(InspectorCounters::NodeCounter); in setDOMCounters()1068 … listenerCount = InspectorCounters::counterValue(InspectorCounters::JSEventListenerCounter); in setDOMCounters()
251 String counterValue(Element*);
213 DOMString counterValue(Element element);
1522 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
1265 Counter* counterValue = contentValue->getCounterValue(); in oldApplyProperty() local1267 CSSValueID listStyleIdent = counterValue->listStyleIdent(); in oldApplyProperty()1270 … adoptPtr(new CounterContent(AtomicString(counterValue->identifier()), listStyleType, AtomicString… in oldApplyProperty()