Home
last modified time | relevance | path

Searched defs:isImportant (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySerializer.cpp46 …zer::getPropertyText(CSSPropertyID propertyID, const String& value, bool isImportant, bool isNotFi… in getPropertyText()
783 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); in appendBackgroundPropertyAsText() local
789 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundImage); in appendBackgroundPropertyAsText() local
818 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText() local
822 bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText() local
829 … bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionX); in appendBackgroundPropertyAsText() local
835 … bool isImportant = m_propertySet.propertyIsImportant(CSSPropertyBackgroundPositionY); in appendBackgroundPropertyAsText() local
850 bool isImportant = m_propertySet.propertyIsImportant(shorthand.properties()[0]); in isPropertyShorthandAvailable() local
864 bool isImportant = m_propertySet.propertyIsImportant(shorthand.properties()[0]); in shorthandHasOnlyInitialOrInheritedValue() local
DCSSProperty.h75 bool isImportant() const { return m_metadata.m_important; } in isImportant() function
DStylePropertySet.h66 bool isImportant() const { return propertyMetadata().m_important; } in isImportant() function
/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/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1313 …ties(StyleResolverState& state, const StylePropertySet* properties, bool isImportant, bool inherit… in applyProperties()
1349 …operties(StyleResolverState& state, const MatchResult& matchResult, bool isImportant, int startInd… in applyMatchedProperties()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp266 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserErro… in endProperty()