Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp496 …HashMap<String, RefPtr<InspectorObject> >::iterator activeIt = propertyNameToPreviousActivePropert… in populateObjectWithStyleProperties() local
497 if (activeIt != propertyNameToPreviousActiveProperty.end()) { in populateObjectWithStyleProperties()
502 bool success = activeIt->second->getBoolean("parsedOk", &previousParsedOk); in populateObjectWithStyleProperties()
510 activeIt->second->setString("status", "inactive"); in populateObjectWithStyleProperties()
511 activeIt->second->remove("shorthandName"); in populateObjectWithStyleProperties()