/external/chromium_org/testing/perf/ |
D | perf_test.cc | 22 bool important) { in ResultsToString() 39 bool important) { in PrintResultsImpl() 55 bool important) { in PrintResult() 71 bool important) { in PrintResult() 88 bool important) { in AppendResult() 105 bool important) { in PrintResult() 122 bool important) { in AppendResult() 138 bool important) { in PrintResultMeanAndError() 149 bool important) { in AppendResultMeanAndError() 159 bool important) { in PrintResultList() [all …]
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
D | perf_test.cc | 29 bool important) { in ResultsToString() 53 bool important) { in PrintResultsImpl() 68 bool important) { in PrintResult() 81 bool important) { in AppendResult() 94 bool important) { in PrintResult() 105 bool important) { in AppendResult() 115 bool important) { in PrintResultMeanAndError() 126 bool important) { in AppendResultMeanAndError() 136 bool important) { in PrintResultList() 147 bool important) { in AppendResultList() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSPropertyParser.cpp | 125 bool CSSPropertyParser::parseValue(CSSPropertyID property, bool important, in parseValue() 133 …ariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addPropertyWithPrefixingVariant() 152 …operty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addProperty() 414 …edPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) in addExpandedPropertyForValue() 430 bool CSSPropertyParser::parseValue(CSSPropertyID propId, bool important) in parseValue() 1561 …Shorthand(CSSPropertyID propId, const CSSPropertyID* properties, int numProperties, bool important) in parseFillShorthand() 1729 bool CSSPropertyParser::parseAnimationShorthand(CSSPropertyID propId, bool important) in parseAnimationShorthand() 1790 bool CSSPropertyParser::parseTransitionShorthand(CSSPropertyID propId, bool important) in parseTransitionShorthand() 1871 bool CSSPropertyParser::parseColumnsShorthand(bool important) in parseColumnsShorthand() 1926 …rser::parseShorthand(CSSPropertyID propId, const StylePropertyShorthand& shorthand, bool important) in parseShorthand() [all …]
|
D | CSSParser.cpp | 39 …rtySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode… in parseValue() 44 …rtySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const CSSPars… in parseValue()
|
D | BisonCSSParser-in.cpp | 228 …rtySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode… in parseColorValue() 323 …rtySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode… in parseSimpleLengthValue() 674 …rtySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSPars… in parseKeywordValue() 856 …utableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) in parseSimpleTransform() 880 …rtySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const CSSPars… in parseValue() 895 …rtySet* declaration, CSSPropertyID propertyID, const String& string, bool important, CSSParserMode… in parseValue() 918 …rtySet* declaration, CSSPropertyID propertyID, const String& string, bool important, StyleSheetCon… in parseValue() 1083 static inline void filterProperties(bool important, const WillBeHeapVector<CSSProperty, 256>& input… in filterProperties() 1133 bool BisonCSSParser::parseValue(CSSPropertyID propId, bool important) in parseValue()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSPropertySourceData.cpp | 58 …Data::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled… in CSSPropertySourceData()
|
D | CSSProperty.h | 60 …: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, CSSProp… in m_metadata() argument
|
D | PropertySetCSSStyleDeclaration.cpp | 224 bool important = equalIgnoringCase(priority, "important"); in setProperty() local 260 …::setPropertyInternal(CSSPropertyID propertyID, const String& value, bool important, ExceptionStat… in setPropertyInternal()
|
D | StylePropertySet.cpp | 259 …pertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetCon… in setProperty() 271 …t::setProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) in setProperty() 328 …tableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) in setProperty()
|
D | CSSPropertySourceData.h | 69 bool important; member
|
/external/chromium_org/tools/telemetry/telemetry/value/ |
D | string.py | 11 def __init__(self, page, name, units, value, important=True, argument
|
D | scalar.py | 13 def __init__(self, page, name, units, value, important=True, argument
|
D | list_of_string_values.py | 11 important=True, description=None, none_value_reason=None, argument
|
D | histogram.py | 31 raw_value=None, raw_value_json=None, important=True, argument
|
D | list_of_scalar_values.py | 17 important=True, description=None, none_value_reason=None, argument
|
D | __init__.py | 45 def __init__(self, page, name, units, important, description): argument
|
/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 | 137 boolean important; field in BuildResultsElement
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Element.cpp | 3116 …ol Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) in setInlineStyleProperty() 3124 …eProperty(CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitType unit, bool important) in setInlineStyleProperty() 3132 bool Element::setInlineStyleProperty(CSSPropertyID propertyID, const String& value, bool important) in setInlineStyleProperty()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | CSSStyleModel.js | 1086 WebInspector.CSSProperty = function(ownerStyle, index, name, value, important, disabled, parsedOk, … argument
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | EditingStyle.cpp | 495 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important) in setProperty()
|