/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertySerializer.cpp | 237 if (property.isImportant()) in asText() 246 …et.propertyAt(positionXPropertyIndex).isImportant() == m_propertySet.propertyAt(positionYPropertyI… in asText() 260 if (positionXProperty.isImportant()) in asText() 277 …tySet.propertyAt(repeatXPropertyIndex).isImportant() == m_propertySet.propertyAt(repeatYPropertyIn… in asText() 291 if (repeatXProperty.isImportant()) in asText() 512 …if (top.isImportant() != right.isImportant() || right.isImportant() != bottom.isImportant() || bot… in get4Values()
|
D | StylePropertySet.cpp | 202 return propertyAt(foundPropertyIndex).isImportant(); in propertyIsImportant() 311 …m_propertyVector.append(CSSProperty(prefixingVariant, property.value(), property.isImportant(), pr… in appendPrefixingVariantProperty() 319 …*toReplace = CSSProperty(prefixingVariant, property.value(), property.isImportant(), property.isSe… in setPrefixingVariantProperty() 358 if (!propertyIsImportant(property.id()) || property.isImportant()) in addParsedProperty() 470 if (!property.isImportant()) { in removePropertiesInSet() 709 if (isImportant()) in cssText()
|
D | CSSProperty.h | 75 bool isImportant() const { return m_metadata.m_important; } in isImportant() function
|
D | StylePropertySet.h | 63 bool isImportant() const { return propertyMetadata().m_important; } in isImportant() function
|
D | CSSParser.h | 658 …virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType) =…
|
D | CSSParser-in.cpp | 1279 if (property.isImportant() != important) in filterProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 1272 …tate& state, const StylePropertySet* properties, StyleRule* rule, bool isImportant, bool inherited… in applyProperties() argument 1280 if (isImportant != current.isImportant()) in applyProperties() 1305 …erties(StyleResolverState& state, const MatchResult& matchResult, bool isImportant, int startIndex… in applyMatchedProperties() argument 1318 …tate, matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly,… in applyMatchedProperties() 1326 …tate, matchedProperties.properties.get(), matchResult.matchedRules[i], isImportant, inheritedOnly,… in applyMatchedProperties()
|
D | StyleResolver.h | 276 …leResolverState&, const StylePropertySet* properties, StyleRule*, bool isImportant, bool inherited…
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
D | BuildResultsElement.java | 338 public boolean isImportant() { in isImportant() method in BuildResultsElement
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | PerformancesView.java | 113 return buildElement.isImportant();
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | StylesSidebarPane.js | 636 var isImportant = property.priority.length; 637 if (!isImportant && usedProperties.hasOwnProperty(canonicalName)) 644 if (isImportant) {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleSheet.cpp | 343 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::Er… in endProperty() argument 369 …CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start - topRuleBodyRa… in endProperty()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditingStyle.cpp | 1128 … m_mutableStyle->setProperty(property.id(), property.value()->cssText(), property.isImportant()); in mergeStyle()
|