Home
last modified time | relevance | path

Searched defs:important (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSMutableStyleDeclaration.cpp88 bool important = property->isImportant(); in CSSMutableStyleDeclaration() local
537 void CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, E… in setProperty()
549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, b… in setProperty()
586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notify… in setProperty()
595 …rty(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, bool notifyCh… in setProperty()
604 …ingProperty(int propertyId, const String &value, CSSPrimitiveValue::UnitTypes type, bool important) in setStringProperty()
612 void CSSMutableStyleDeclaration::setImageProperty(int propertyId, const String& url, bool important) in setImageProperty()
655 …eDeclaration::setLengthProperty(int propertyId, const String& value, bool important, bool /*multiL… in setLengthProperty() argument
DCSSStyleDeclaration.cpp86 size_t important = value.find("!important", 0, false); in setProperty() local
103 bool important = priority.find("important", 0, false) != notFound; in setProperty() local
DSVGCSSParser.cpp41 bool CSSParser::parseSVGValue(int propId, bool important) in parseSVGValue()
DCSSParser.cpp289 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseColorValue()
367 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseSimpleLengthValue()
409 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseValue()
419 …alue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important) in parseValue()
582 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) in addProperty()
755 bool CSSParser::parseValue(int propId, bool important) in parseValue()
2097 …CSSParser::parseFillShorthand(int propId, const int* properties, int numProperties, bool important) in parseFillShorthand()
2243 bool CSSParser::parseAnimationShorthand(bool important) in parseAnimationShorthand()
2304 bool CSSParser::parseTransitionShorthand(bool important) in parseTransitionShorthand()
2362 bool CSSParser::parseShorthand(int propId, const int *properties, int numProperties, bool important) in parseShorthand()
[all …]
DCSSPropertySourceData.cpp57 …Data::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk… in CSSPropertySourceData()
DCSSPropertySourceData.h64 bool important; member
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp207 bool important = false; in namedPropertySetter() local
/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.java137 boolean important; field in BuildResultsElement
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp338 void EditingStyle::setProperty(int propertyID, const String& value, bool important) in setProperty()