Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp746 …bool successPriority = activeIt->value->getString(TypeBuilder::CSS::CSSProperty::Priority, &previo… in styleWithProperties() local
749 … if (propertyEntry.important || !successPriority) // Priority not set == "not important". in styleWithProperties()