Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp743 …HashMap<String, RefPtr<TypeBuilder::CSS::CSSProperty> >::iterator activeIt = propertyNameToPreviou… in styleWithProperties() local
744 if (activeIt != propertyNameToPreviousActiveProperty.end()) { in styleWithProperties()
746 …bool successPriority = activeIt->value->getString(TypeBuilder::CSS::CSSProperty::Priority, &previo… in styleWithProperties()
747 …bool successStatus = activeIt->value->getString(TypeBuilder::CSS::CSSProperty::Status, &previousSt… in styleWithProperties()
758 …bool success = activeIt->value->getBoolean(TypeBuilder::CSS::CSSProperty::ParsedOk, &previousParse… in styleWithProperties()
766 activeIt->value->setStatus(TypeBuilder::CSS::CSSProperty::Status::Inactive); in styleWithProperties()