Searched defs:isImportant (Results 1 – 6 of 6) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/core/css/ |
| D | StylePropertySerializer.cpp | 46 …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
|
| D | CSSProperty.h | 75 bool isImportant() const { return m_metadata.m_important; } in isImportant() function
|
| D | StylePropertySet.h | 66 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/ |
| D | BuildResultsElement.java | 338 public boolean isImportant() { in isImportant() method in BuildResultsElement
|
| /external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
| D | StyleResolver.cpp | 1313 …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/ |
| D | InspectorStyleSheet.cpp | 266 void StyleSheetHandler::endProperty(bool isImportant, bool isParsed, unsigned offset, CSSParserErro… in endProperty()
|