Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp525 const CSSPropertySourceData& propertyEntry = it->sourceData; in buildArrayForComputedStyle() local
527 .setName(propertyEntry.name) in buildArrayForComputedStyle()
528 .setValue(propertyEntry.value); in buildArrayForComputedStyle()
666 const CSSPropertySourceData& propertyEntry = it->sourceData; in styleWithProperties() local
667 const String& name = propertyEntry.name; in styleWithProperties()
671 .setValue(propertyEntry.value); in styleWithProperties()
675 if (!propertyEntry.parsedOk) in styleWithProperties()
680 if (propertyEntry.important) in styleWithProperties()
683 property->setRange(buildSourceRangeObject(propertyEntry.range, lineEndings.get())); in styleWithProperties()
684 if (!propertyEntry.disabled) in styleWithProperties()
[all …]