Home
last modified time | relevance | path

Searched refs:counterName (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderCounter.h73 void showCounterRendererTree(const WebCore::RenderObject*, const char* counterName = 0);
DRenderCounter.cpp687 void showCounterRendererTree(const WebCore::RenderObject* renderer, const char* counterName) in showCounterRendererTree() argument
695 AtomicString identifier(counterName); in showCounterRendererTree()
703counterName ? WebCore::counterMaps().get(current)->get(identifier.impl()).get() : (WebCore::Counte… in showCounterRendererTree()
/external/chromium-trace/src/tracing/
Dtimeline_model.js952 for (var counterName in cpu.counters)
953 counters.push(cpu.counters[counterName]);
Dtimeline.js521 for (var counterName in cpu.counters) {
522 var counter = cpu.counters[counterName];
Dlinux_perf_importer.js354 for (var counterName in cpu.counters) {
355 var counter = cpu.counters[counterName];
/external/webkit/Source/WebCore/css/
DCSSParser.cpp5017 RefPtr<CSSPrimitiveValue> counterName; in parseCounter() local
5024counterName = primitiveValueCache()->createValue(val->string, CSSPrimitiveValue::CSS_STRING); in parseCounter()
5037 list->append(primitiveValueCache()->createValue(Pair::create(counterName.release(), in parseCounter()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2918739 …Inconsistent use of counterName and identifier in CSS counter code and loss of information about t…
18753 …Changed to use identifier instead of counterName and actsAsReset or hasResetType, as appropriate i…