Home
last modified time | relevance | path

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

12345678910>>...22

/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 …]
DCSSParser.h107 …static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSS…
117 …void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool imp…
118 void addProperty(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
124 bool parseValue(CSSPropertyID, bool important);
125 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
126 bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
127 bool parseContent(CSSPropertyID, bool important);
128 bool parseQuotes(CSSPropertyID, bool important);
130 …static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, con…
131 …d storeVariableDeclaration(const CSSParserString&, PassOwnPtr<CSSParserValueList>, bool important);
[all …]
DCSSPropertySourceData.cpp62 …ta::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, … in CSSPropertySourceData() argument
65 , important(important) in CSSPropertySourceData()
75 , important(other.important) in CSSPropertySourceData()
85 , important(false) in CSSPropertySourceData()
104 if (important) in toString()
114 … return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31; in hash()
DCSSParser-in.cpp320 …ySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode c… in parseColorValue() argument
341 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important)); in parseColorValue()
348 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important)); in parseColorValue()
416 …ySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode c… in parseSimpleLengthValue() argument
447 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important)); in parseSimpleLengthValue()
946 …ySet* declaration, CSSPropertyID propertyId, const String& string, bool important, const CSSParser… in parseKeywordValue() argument
978 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important)); in parseKeywordValue()
1003 …utableStylePropertySet* properties, CSSPropertyID propertyID, const String& string, bool important) in parseTranslateTransformValue() argument
1046 …roperties->addParsedProperty(CSSProperty(CSSPropertyWebkitTransform, result.release(), important)); in parseTranslateTransformValue()
1065 …ySet* declaration, CSSPropertyID propertyID, const String& string, bool important, const Document&… in parseValue() argument
[all …]
Dhtml.css398 -webkit-writing-mode: horizontal-tb !important;
437 -webkit-user-modify: read-only !important;
438 content: none !important;
449 -webkit-user-modify: read-only !important;
464 -webkit-user-modify: read-only !important;
479 -webkit-user-modify: read-only !important;
488 -webkit-user-modify: read-only !important;
509 -webkit-user-modify: read-only !important;
515 -webkit-user-modify: read-only !important;
532 -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()
57 …CSSProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> value, bool important = false, bool isS…
58 …: 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/chrome/common/extensions/docs/css/
Dsamples.css5 margin: 0 !important;
6 padding: 0 !important;
7 background: #fff !important;
8 border: 0 !important;
13 color: #000 !important;
19 color: #007000 !important;
37 color: #0000cc !important;
40 color: #8e0000 !important;
62 color: #000 !important;
63 text-decoration: none !important;
[all …]
/external/chromium_org/tools/telemetry/telemetry/value/
Dvalue_unittest_.py31 a = value.Value(page0, 'x', 'unit', important=False)
32 b = value.Value(page1, 'x', 'unit', important=False)
38 a = value.Value(page0, 'x', 'unit', important=False)
39 b = value.Value(page0, 'x', 'incompatUnit', important=False)
42 a = value.Value(page0, 'x', 'unit', important=False)
43 b = value.Value(page0, 'x', 'unit', important=True)
46 a = value.Value(page0, 'x', 'unit', important=False)
47 b = value.ScalarValue(page0, 'x', 'unit', 3, important=True)
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)
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)
Dscalar_unittest.py30 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=True)
37 v = scalar.ScalarValue(page0, 'x', 'unit', 3, important=False)
52 self.assertEquals(True, vM.important)
65 self.assertEquals(True, vM.important)
/external/chromium_org/ui/keyboard/resources/webui/
Dmain.css103 margin-top: 5px !important;
107 background-color: #848490 !important;
108 border-top: 2px solid #A9A9AF !important;
122 -webkit-box-flex: 1.3 !important;
127 -webkit-box-flex: 1.5 !important;
131 -webkit-box-flex: 1.7 !important;
135 -webkit-box-flex: 1.4 !important;
139 -webkit-box-flex: 1.6 !important;
143 -webkit-box-flex: 4.8 !important;
147 -webkit-box-flex: 0.6 !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;
54 border-width: 1px 4px 1px 1px !important;
56 margin: 0px 0px 0px 3px !important;
60 line-height: 12px !important;
90 color: #222 !important;
94 color: #222 !important;
119 display: block !important;
123 background-color: rgb(171, 191, 254) !important;
/external/chromium_org/native_client_sdk/src/doc/_static/css/
Dlocal_extensions.css352important;text-align:left;font-weight:normal;vertical-align:middle}table{border-collapse:separate;…
/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/chrome/test/perf/
Dfeature_startup_test.cc37 bool important) { in PrintTimings() argument
42 "new_tab", std::string(), label, times, "ms", important); in PrintTimings()
54 void RunStartupTest(const char* label, bool want_warm, bool important, in RunStartupTest() argument
99 PrintTimings(label, timings, important); in RunStartupTest()
Dtab_switching_test.cc69 bool important) { in PrintTimings() argument
74 "times", std::string(), label, times, "ms", important); in PrintTimings()
77 void RunTabSwitchingUITest(const char* label, bool important) { in RunTabSwitchingUITest() argument
148 PrintTimings(label, timings, important); in RunTabSwitchingUITest()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dinspector.css44 display: flex !important;
49 display: flex !important;
58 display: none !important;
65 white-space: nowrap !important;
150 …adient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
151 color: #333 !important;
155 …adient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important;
156 color: #555 !important;
160 …adient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(167, 167, 167))) !important;
161 color: #333 !important;
[all …]
/external/chromium_org/chrome/browser/resources/
Dsync_setup_overlay.css314 min-width: 54px !important;
331 z-index: 4 !important;
409 color: rgb(17, 85, 204) !important;
414 color: rgb(102, 17, 204) !important;
423 color: rgb(209, 72, 54) !important;
459 color: rgb(221, 75, 57) !important;
460 font-size: 13px !important;
468 color: white !important;
478 color: white !important;
482 color: white !important;

12345678910>>...22