Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp237 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()
DStylePropertySet.cpp202 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()
DCSSProperty.h75 bool isImportant() const { return m_metadata.m_important; } in isImportant() function
DStylePropertySet.h63 bool isImportant() const { return propertyMetadata().m_important; } in isImportant() function
DCSSParser.h658 …virtual void endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParser::ErrorType) =…
DCSSParser-in.cpp1279 if (property.isImportant() != important) in filterProperties()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1272 …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()
DStyleResolver.h276 …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/
DBuildResultsElement.java338 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/
DPerformancesView.java113 return buildElement.isImportant();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DStylesSidebarPane.js636 var isImportant = property.priority.length;
637 if (!isImportant && usedProperties.hasOwnProperty(canonicalName))
644 if (isImportant) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp343 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/
DEditingStyle.cpp1128 … m_mutableStyle->setProperty(property.id(), property.value()->cssText(), property.isImportant()); in mergeStyle()