Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp691 HashMap<String, RefPtr<TypeBuilder::CSS::CSSProperty> > propertyNameToPreviousActiveProperty; in styleWithProperties() local
743 …Ptr<TypeBuilder::CSS::CSSProperty> >::iterator activeIt = propertyNameToPreviousActiveProperty.fin… in styleWithProperties()
744 if (activeIt != propertyNameToPreviousActiveProperty.end()) { in styleWithProperties()
763 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()
767 propertyNameToPreviousActiveProperty.set(canonicalPropertyName, property); in styleWithProperties()