Home
last modified time | relevance | path

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

12345678910>>...25

/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;
496 -webkit-user-modify: read-only !important;
531 display: block !important;
532 pointer-events: none !important;
[all …]
DCSSProperty.h36 … propertyID, bool isSetFromShorthand, int indexInShorthandsVector, bool important, bool implicit, … in StylePropertyMetadata()
40 , m_important(important) in StylePropertyMetadata()
59 …CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = fal…
60 …: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit, CSSProp… in m_metadata() argument
/external/chromium_org/ui/accessibility/extensions/alt/
Dhide-images.css7 content: "" !important;
11 float: none !important;
12 background-color: inherit !important;
15 height: 100% !important;
19 …tension://__MSG_@@extension_id__/images/speech-missing-alt-16.png') " " attr(_repaired) !important;
20 box-shadow: inset 0 -4px 0 rgba(230, 124, 115, 1) !important;
24 …nt: url('chrome-extension://__MSG_@@extension_id__/images/speech-16.png') " " attr(alt) !important;
25 box-shadow: inset 0 -4px 0 rgba(139, 195, 74, 1) !important;
73 position: fixed !important;
74 background: #fde073 !important;
[all …]
/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.h59 static bool parseValue(CSSPropertyID, bool important,
73 bool parseValue(CSSPropertyID, bool important);
79 bool parseViewportProperty(CSSPropertyID propId, bool important);
80 …ViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important);
84 …hPrefixingVariant(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit =…
85 …void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = …
91 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
92 bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
93 bool parseContent(CSSPropertyID, bool important);
117 …seFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int numProperties, bool important);
[all …]
DCSSPropertyParser.cpp125 bool CSSPropertyParser::parseValue(CSSPropertyID property, bool important, in parseValue() argument
130 return parser.parseValue(property, important); in parseValue()
133 …ariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addPropertyWithPrefixingVariant() argument
136 addProperty(propId, value, important, implicit); in addPropertyWithPrefixingVariant()
145 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant()
148 addProperty(prefixingVariant, val.release(), important, implicit); in addPropertyWithPrefixingVariant()
152 …operty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit) in addProperty() argument
173 …m_parsedProperties.append(CSSProperty(propId, value, important, setFromShorthand, shorthandIndex, … in addProperty()
414 …edPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important) in addExpandedPropertyForValue() argument
419 addPropertyWithPrefixingVariant(propId, prpValue, important); in addExpandedPropertyForValue()
[all …]
/external/chromium_org/tools/telemetry/telemetry/value/
Dvalue_unittest.py72 a = value.Value(page0, 'x', 'unit', important=False, description=None)
73 b = value.Value(page1, 'x', 'unit', important=False, description=None)
79 a = value.Value(page0, 'x', 'unit', important=False, description=None)
80 b = value.Value(page0, 'x', 'incompatUnit', important=False,
84 a = value.Value(page0, 'x', 'unit', important=False, description=None)
85 b = value.Value(page0, 'x', 'unit', important=True, description=None)
88 a = value.Value(page0, 'x', 'unit', important=False, description=None)
89 b = ValueForTest(page0, 'x', 'unit', important=True, description=None)
93 v = ValueForAsDictTest(None, 'x', 'unit', important=True, description=None)
106 v = ValueForAsDictTest(page0, 'x', 'unit', important=False,
[all …]
D__init__.py45 def __init__(self, page, name, units, important, description): argument
63 self.important = important
69 self.important == that.important)
118 return self.important
120 return self.important
183 'important': self.important
Dlist_of_string_values.py11 important=True, description=None, none_value_reason=None, argument
13 super(ListOfStringValues, self).__init__(page, name, units, important,
39 self.important,
93 important=v0.important,
122 important=v0.important,
Dlist_of_scalar_values.py17 important=True, description=None, none_value_reason=None, argument
19 super(ListOfScalarValues, self).__init__(page, name, units, important,
45 self.important,
99 important=v0.important,
128 important=v0.important,
Dstring.py11 def __init__(self, page, name, units, value, important=True, argument
19 super(StringValue, self).__init__(page, name, units, important, description)
35 self.important,
100 page, name, v0.units, merged_value, important=v0.important,
Dscalar.py13 def __init__(self, page, name, units, value, important=True, argument
21 super(ScalarValue, self).__init__(page, name, units, important, description)
37 self.important,
102 page, name, v0.units, merged_value, important=v0.important,
Dstring_unittest.py27 v = string.StringValue(page0, 'x', 'label', 'L1', important=True)
34 v = string.StringValue(page0, 'x', 'label', 'L1', important=False)
49 self.assertEquals(True, vM.important)
62 self.assertEquals(True, vM.important)
88 v = string.StringValue(None, 'x', 'unit', 'foo', important=False)
96 v = string.StringValue(None, 'x', 'unit', None, important=False,
Dhistogram.py31 raw_value=None, raw_value_json=None, important=True, argument
33 super(HistogramValue, self).__init__(page, name, units, important,
61 self.important,
118 important=v0.important)
Dscalar_unittest.py27 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True)
34 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False)
49 self.assertEquals(True, vM.important)
62 self.assertEquals(True, vM.important)
88 v = scalar.ScalarValue(None, 'x', 'unit', 42, important=False)
96 v = scalar.ScalarValue(None, 'x', 'unit', None, important=False,
/external/chromium_org/tools/perf/metrics/
Dloading.py37 important=False))
43 important=False))
51 domain_lookup_duration, important=False))
57 important=False))
63 important=False))
69 important=False))
Dpower.py127 important=False))
134 important=False))
142 board_temperature_c, important=False))
152 frequency_sum, important=False))
160 '%', percent, important=False))
/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;
248 padding: 0 !important;
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dcmdevtools.css2 line-height: 1.2em !important;
3 background-color: transparent !important;
7 overflow: visible !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;
102 color: #222 !important;
106 color: #222 !important;
131 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;

12345678910>>...25