Searched defs:important (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPropertySourceData.cpp58 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range) argument
61 , important(important)
71 , important(other.important)
81 , important(false)
100 if (important)
101 result.appendLiteral(" !important");
110 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
H A DCSSProperty.h35 StylePropertyMetadata(CSSPropertyID propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, bool inherited) argument
39 , m_important(important)
58 CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
59 : m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInheritedProperty(propertyID))
H A DCSSPropertySourceData.h60 CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range);
71 bool important; member in struct:WebCore::CSSPropertySourceData
H A DPropertySetCSSStyleDeclaration.cpp196 return propertySet().propertyIsImportant(propertyID) ? "important" : "";
224 bool important = equalIgnoringCase(priority, "important");
225 if (!important && !priority.isEmpty())
228 setPropertyInternal(propertyID, value, important, exceptionState);
260 void AbstractPropertySetCSSStyleDeclaration::setPropertyInternal(CSSPropertyID propertyID, const String& value, bool important, ExceptionState&) argument
265 bool changed = propertySet().setProperty(propertyID, value, important, contextStyleSheet());
279 // FIXME: It is likely that the identity is not important for web compatibility and this code should be removed.
H A DStylePropertySet.cpp259 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet) argument
268 return BisonCSSParser::parseValue(this, propertyID, value, important, cssParserMode(), contextStyleSheet);
271 void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) argument
275 setProperty(CSSProperty(propertyID, prpValue, important));
283 m_propertyVector.append(CSSProperty(shorthand.properties()[i], value, important));
328 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) argument
330 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
334 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important) argument
336 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
363 // Only add properties that have no !important counterpar
[all...]
/external/chromium_org/testing/perf/
H A Dperf_test.cc22 bool important) {
27 important ? "*" : "", measurement.c_str(), modifier.c_str(),
39 bool important) {
42 prefix, suffix, units, important).c_str());
55 bool important) {
63 important);
71 bool important) {
79 important);
88 bool important) {
97 important);
15 ResultsToString(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
32 PrintResultsImpl(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
50 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
66 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, double value, const std::string& units, bool important) argument
82 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
100 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
116 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
133 PrintResultMeanAndError(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
143 AppendResultMeanAndError(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
154 PrintResultList(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
164 AppendResultList(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
175 PrintSystemCommitCharge(const std::string& test_name, size_t charge, bool important) argument
181 PrintSystemCommitCharge(FILE* target, const std::string& test_name, size_t charge, bool important) argument
189 SystemCommitChargeToString(const std::string& test_name, size_t charge, bool important) argument
[all...]
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dperf_test.cc29 bool important) {
38 if (important) {
53 bool important) {
55 prefix, suffix, units, important).c_str());
68 bool important) {
72 units, important);
81 bool important) {
86 "", "", units, important);
94 bool important) {
96 important);
22 ResultsToString(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
46 PrintResultsImpl(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& prefix, const std::string& suffix, const std::string& units, bool important) argument
63 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
75 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, size_t value, const std::string& units, bool important) argument
89 PrintResult(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
99 AppendResult(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& value, const std::string& units, bool important) argument
110 PrintResultMeanAndError(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
120 AppendResultMeanAndError(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& mean_and_error, const std::string& units, bool important) argument
131 PrintResultList(const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
141 AppendResultList(std::string& output, const std::string& measurement, const std::string& modifier, const std::string& trace, const std::string& values, const std::string& units, bool important) argument
152 PrintSystemCommitCharge(const std::string& test_name, size_t charge, bool important) argument
158 PrintSystemCommitCharge(FILE* target, const std::string& test_name, size_t charge, bool important) argument
166 SystemCommitChargeToString(const std::string& test_name, size_t charge, bool important) argument
[all...]
/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/
H A DBuildResultsElement.java137 boolean important; field in class:BuildResultsElement
310 this.important = this.milestone || Util.getNextMilestone(this.name) == null;
333 * Returns whether the build is important to be shown.
339 return this.important;
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp230 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
251 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
258 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
325 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode) argument
356 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
692 static bool parseKeywordValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParserContext& parserContext) argument
724 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
874 static bool parseSimpleTransform(MutableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) argument
894 properties->addParsedProperty(CSSProperty(propertyID, transformList.release(), important));
930 bool BisonCSSParser::parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, cons argument
947 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode cssParserMode, StyleSheetContents* contextStyleSheet) argument
970 parseValue(MutableStylePropertySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetContents* contextStyleSheet) argument
1129 filterProperties(bool important, const WillBeHeapVector<CSSProperty, 256>& input, WillBeHeapVector<CSSProperty, 256>& output, size_t& unusedEntries, BitArray<numCSSProperties>& seenProperties) argument
1179 parseValue(CSSPropertyID propId, bool important) argument
[all...]
H A DCSSPropertyParser.cpp142 void CSSPropertyParser::addPropertyWithPrefixingVariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) argument
145 addProperty(propId, value, important, implicit);
154 addProperty(prefixingVariant, val.release(), important, implicit);
157 addProperty(prefixingVariant, val.release(), important, implicit);
161 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) argument
165 m_parsedProperties.append(CSSProperty(propId, value, important, false, CSSPropertyInvalid, m_implicitShorthand || implicit));
173 m_parsedProperties.append(CSSProperty(propId, value, important, true, CSSPropertyInvalid, m_implicitShorthand || implicit));
175 m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShorthand || implicit));
399 void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) argument
404 addPropertyWithPrefixingVariant(propId, prpValue, important);
415 parseValue(CSSPropertyID propId, bool important) argument
1677 parseFillShorthand(CSSPropertyID propId, const CSSPropertyID* properties, int numProperties, bool important) argument
1845 parseAnimationShorthand(CSSPropertyID propId, bool important) argument
1908 parseTransitionShorthand(CSSPropertyID propId, bool important) argument
1991 parseColumnsShorthand(bool important) argument
2046 parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important) argument
2093 parse4Values(CSSPropertyID propId, const CSSPropertyID *properties, bool important) argument
2152 parsePage(CSSPropertyID propId, bool important) argument
2174 parseSize(CSSPropertyID propId, bool important) argument
2248 parseQuotes(CSSPropertyID propId, bool important) argument
2271 parseContent(CSSPropertyID propId, bool important) argument
3400 parseGridItemPositionShorthand(CSSPropertyID shorthandId, bool important) argument
3430 parseGridTemplateRowsAndAreas(PassRefPtrWillBeRawPtr<CSSValue> templateColumns, bool important) argument
3492 parseGridTemplateShorthand(bool important) argument
3546 parseGridShorthand(bool important) argument
3609 parseGridAreaShorthand(bool important) argument
3692 parseGridTrackList(bool important) argument
3968 parseClipShape(CSSPropertyID propId, bool important) argument
4156 parseItemPositionOverflowPosition(CSSPropertyID propId, bool important) argument
4465 parseFont(bool important) argument
4646 parseLineHeight(bool important) argument
4661 parseFontSize(bool important) argument
4676 parseFontVariant(bool important) argument
4727 parseFontWeight(bool important) argument
5589 parseReflect(CSSPropertyID propId, bool important) argument
5633 parseFlex(CSSParserValueList* args, bool important) argument
5677 parseObjectPosition(bool important) argument
5780 commitMaskBoxImage(CSSPropertyParser* parser, bool important) argument
5789 commitBorderImage(CSSPropertyParser* parser, bool important) argument
5798 commitBorderImageProperty(CSSPropertyID propId, CSSPropertyParser* parser, PassRefPtrWillBeRawPtr<CSSValue> value, bool important) argument
5888 parseBorderImageShorthand(CSSPropertyID propId, bool important) argument
6181 parseBorderRadius(CSSPropertyID propId, bool important) argument
6244 parseAspectRatio(bool important) argument
6273 parseCounter(CSSPropertyID propId, int defaultValue, bool important) argument
7166 parseWillChange(bool important) argument
7531 parseTouchAction(bool important) argument
7574 addTextDecorationProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important) argument
7586 parseTextDecoration(CSSPropertyID propId, bool important) argument
7626 parseTextUnderlinePosition(bool important) argument
7644 parseTextEmphasisStyle(bool important) argument
7740 parseLineBoxContain(bool important) argument
7817 parseFontFeatureSettings(bool important) argument
7843 parseFontVariantLigatures(bool important) argument
7913 parseViewportProperty(CSSPropertyID propId, bool important) argument
7973 parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important) argument
8079 parseSVGValue(CSSPropertyID propId, bool important) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp489 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important) argument
494 m_mutableStyle->setProperty(propertyID, value, important);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 317 milliseconds