Home
last modified time | relevance | path

Searched refs:important (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/external/chromium_org/third_party/WebKit/Source/core/css/
Dfullscreen.css3 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 …]
DCSSPropertySourceData.cpp58 …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()
Dhtml.css394 -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 …]
DCSSProperty.h35 … 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/
Dperf_test.cc22 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 …]
Dperf_test.h30 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/
Dperf_test.cc29 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 …]
Dperf_test.h41 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/
DCSSPropertyParser.h77 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 …]
DCSSPropertyParser.cpp142 …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/
Dvalue_unittest_.py26 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)
Dlist_of_string_values.py9 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,
Dlist_of_scalar_values.py14 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,
Dscalar.py11 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)
Dstring.py9 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__.py40 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
Dvalue_backcompat.py24 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)
Dhistogram.py23 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)
Dstring_unittest.py25 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)
Dscalar_unittest.py25 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/
DcalendarPicker.css168 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/
Dcmdevtools.css6 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/
Dtest_page.css9 margin-top: 1em ! important;
10 margin-bottom: 1em ! important;
17 margin-left: 10% ! important;
/external/chromium_org/tools/perf/metrics/
Dmemory.py101 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/
Dendure.py94 self._iterations_elapsed, important=False))
97 important=False))
145 important=False))
148 important=False))

12345678910>>...23