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()
703 const CSSPropertySourceData& propertyEntry = it->sourceData; in styleWithProperties() local
704 const String& name = propertyEntry.name; in styleWithProperties()
711 .setValue(propertyEntry.value); in styleWithProperties()
715 if (!propertyEntry.parsedOk) in styleWithProperties()
721 if (propertyEntry.important) in styleWithProperties()
727 SourceRange absolutePropertyRange = propertyEntry.range; in styleWithProperties()
745 if (propertyEntry.parsedOk) { in styleWithProperties()
[all …]