/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | fullscreen.css | 3 z-index: 2147483647 !important; 7 overflow: hidden !important; 11 z-index: auto !important; 12 position: static !important; 13 opacity: 1 !important; 14 -webkit-transform: none !important; 15 -webkit-mask: none !important; 16 clip: none !important; 17 -webkit-filter: none !important; 18 transition: none !important; [all …]
|
D | CSSPropertySourceData.cpp | 58 …ta::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, … in CSSPropertySourceData() argument 61 , important(important) in CSSPropertySourceData() 71 , important(other.important) in CSSPropertySourceData() 81 , important(false) in CSSPropertySourceData() 100 if (important) in toString() 110 … return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31; in hash()
|
D | html.css | 394 -webkit-writing-mode: horizontal-tb !important; 433 -webkit-user-modify: read-only !important; 434 content: none !important; 445 -webkit-user-modify: read-only !important; 460 -webkit-user-modify: read-only !important; 475 -webkit-user-modify: read-only !important; 484 -webkit-user-modify: read-only !important; 505 -webkit-user-modify: read-only !important; 511 -webkit-user-modify: read-only !important; 528 -webkit-user-modify: read-only !important; [all …]
|
D | CSSProperty.h | 35 … propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, … in StylePropertyMetadata() 39 , m_important(important) in StylePropertyMetadata() 58 …CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = fal… 59 …: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, isInher… in m_metadata() argument
|
/external/chromium_org/testing/perf/ |
D | perf_test.cc | 22 bool important) { in ResultsToString() argument 27 important ? "*" : "", measurement.c_str(), modifier.c_str(), in ResultsToString() 39 bool important) { in PrintResultsImpl() argument 42 prefix, suffix, units, important).c_str()); in PrintResultsImpl() 55 bool important) { in PrintResult() argument 63 important); in PrintResult() 71 bool important) { in PrintResult() argument 79 important); in PrintResult() 88 bool important) { in AppendResult() argument 97 important); in AppendResult() [all …]
|
D | perf_test.h | 30 bool important); 36 bool important); 44 bool important); 53 bool important); 61 bool important); 71 bool important); 79 bool important); 90 bool important); 98 bool important); 103 bool important); [all …]
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
D | perf_test.cc | 29 bool important) { in ResultsToString() argument 38 if (important) { in ResultsToString() 53 bool important) { in PrintResultsImpl() argument 55 prefix, suffix, units, important).c_str()); in PrintResultsImpl() 68 bool important) { in PrintResult() argument 72 units, important); in PrintResult() 81 bool important) { in AppendResult() argument 86 "", "", units, important); in AppendResult() 94 bool important) { in PrintResult() argument 96 important); in PrintResult() [all …]
|
D | perf_test.h | 41 bool important); 49 bool important); 58 bool important); 66 bool important); 76 bool important); 84 bool important); 95 bool important); 103 bool important); 108 bool important); 113 bool important); [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | CSSPropertyParser.h | 77 bool parseValue(CSSPropertyID, bool important); 86 bool parseViewportProperty(CSSPropertyID propId, bool important); 87 …ViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important); 91 …hPrefixingVariant(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit =… 92 …void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = … 99 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important); 100 bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important); 101 bool parseContent(CSSPropertyID, bool important); 102 bool parseQuotes(CSSPropertyID, bool important); 125 …seFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int numProperties, bool important); [all …]
|
D | CSSPropertyParser.cpp | 142 …ariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addPropertyWithPrefixingVariant() argument 145 addProperty(propId, value, important, implicit); in addPropertyWithPrefixingVariant() 154 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant() 157 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant() 161 …operty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addProperty() argument 165 …m_parsedProperties.append(CSSProperty(propId, value, important, false, CSSPropertyInvalid, m_impli… in addProperty() 173 …m_parsedProperties.append(CSSProperty(propId, value, important, true, CSSPropertyInvalid, m_implic… in addProperty() 175 …m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(… in addProperty() 399 …edPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) in addExpandedPropertyForValue() argument 404 addPropertyWithPrefixingVariant(propId, prpValue, important); in addExpandedPropertyForValue() [all …]
|
/external/chromium_org/tools/telemetry/telemetry/value/ |
D | value_unittest_.py | 26 a = value.Value(page0, 'x', 'unit', important=False) 27 b = value.Value(page1, 'x', 'unit', important=False) 33 a = value.Value(page0, 'x', 'unit', important=False) 34 b = value.Value(page0, 'x', 'incompatUnit', important=False) 37 a = value.Value(page0, 'x', 'unit', important=False) 38 b = value.Value(page0, 'x', 'unit', important=True) 41 a = value.Value(page0, 'x', 'unit', important=False) 42 b = value.ScalarValue(page0, 'x', 'unit', 3, important=True)
|
D | list_of_string_values.py | 9 important=True, same_page_merge_policy=value_module.CONCATENATE): argument 10 super(ListOfStringValues, self).__init__(page, name, units, important) 32 self.important, 62 important=v0.important, 72 important=v0.important, 90 important=v0.important,
|
D | list_of_scalar_values.py | 14 important=True, same_page_merge_policy=value_module.CONCATENATE): argument 15 super(ListOfScalarValues, self).__init__(page, name, units, important) 37 self.important, 67 important=v0.important, 77 important=v0.important, 95 important=v0.important,
|
D | scalar.py | 11 def __init__(self, page, name, units, value, important=True): argument 18 super(ScalarValue, self).__init__(page, name, units, important) 31 self.important) 56 important=v0.important) 70 important=v0.important)
|
D | string.py | 9 def __init__(self, page, name, units, value, important=True): argument 16 super(StringValue, self).__init__(page, name, units, important) 29 self.important) 54 important=v0.important) 68 important=v0.important)
|
D | __init__.py | 40 def __init__(self, page, name, units, important): argument 49 self.important = important 54 self.important == that.important) 103 return self.important 105 return self.important
|
D | value_backcompat.py | 24 page, value_name, units, value, important=True) 27 value, important=True) 31 page, value_name, units, value, important=False) 34 value, important=False) 38 page, value_name, units, raw_value_json=value, important=True) 42 page, value_name, units, raw_value_json=value, important=False)
|
D | histogram.py | 23 raw_value=None, raw_value_json=None, important=True): argument 24 super(HistogramValue, self).__init__(page, name, units, important) 49 self.important) 88 important=v0.important)
|
D | string_unittest.py | 25 v = string.StringValue(page0, 'x', 'label', 'L1', important=True) 32 v = string.StringValue(page0, 'x', 'label', 'L1', important=False) 47 self.assertEquals(True, vM.important) 60 self.assertEquals(True, vM.important)
|
D | scalar_unittest.py | 25 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True) 32 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False) 47 self.assertEquals(True, vM.important) 60 self.assertEquals(True, vM.important)
|
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
D | calendarPicker.css | 168 background-color: transparent !important; 169 background-image: none !important; 170 box-shadow: none !important; 183 border: 1px solid transparent !important; 184 height: 24px !important; 209 min-width: 0 !important; 210 padding-left: 0 !important; 211 padding-right: 0 !important; 212 -webkit-margin-start: 4px !important; 247 padding: 0 !important; [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | cmdevtools.css | 6 line-height: 1.2em !important; 7 background-color: transparent !important; 41 min-width: 22px !important; 62 border-width: 1px 4px 1px 1px !important; 64 margin: 0px 0px 0px 3px !important; 68 line-height: 12px !important; 98 color: #222 !important; 102 color: #222 !important; 127 display: block !important;
|
/external/chromium_org/ppapi/tests/ |
D | test_page.css | 9 margin-top: 1em ! important; 10 margin-bottom: 1em ! important; 17 margin-left: 10% ! important;
|
/external/chromium_org/tools/perf/metrics/ |
D | memory.py | 101 raw_value_json=self._histogram_delta[h['name']], important=False)) 114 commit_charge_difference, important=False)) 120 important=False)) 174 sum(values) / 1024, important=False))
|
/external/chromium_org/tools/perf/measurements/ |
D | endure.py | 94 self._iterations_elapsed, important=False)) 97 important=False)) 145 important=False)) 148 important=False))
|