HomeSort by relevance Sort by last modified time
    Searched refs:important (Results 1 - 25 of 258) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/css/
themeChromiumSkia.css 36 font-weight: normal !important;
navigationTransitions.css 12 pointer-events: none !important;
CSSPropertySourceData.cpp 58 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range)
61 , important(important)
71 , important(other.important)
81 , important(false)
100 if (important)
101 result.appendLiteral(" !important");
110 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
view-source.css 32 white-space: pre-wrap !important;
40 padding: 0 !important;
47 padding: 0 4px !important;
50 border-right: 1px solid rgb(187, 187, 187) !important;
82 padding: 0 5px !important;
  /external/chromium_org/ui/accessibility/extensions/alt/
hide-images.css 7 content: "" !important;
11 float: none !important;
12 background-color: inherit !important;
15 height: 100% !important;
19 content: url('chrome-extension://__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 content: 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...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
SecurityMessageDisplay.java 20 public void setMessage(CharSequence msg, boolean important);
22 public void setMessage(int resId, boolean important);
24 public void setMessage(int resId, boolean important, Object... formatArgs);
  /external/chromium_org/testing/perf/
perf_test.cc 22 bool important) {
27 important ? "*" : "", measurement.c_str(), modifier.c_str(),
39 bool important) {
42 prefix, suffix, units, important).c_str());
55 bool important) {
63 important);
71 bool important) {
79 important);
88 bool important) {
97 important);
    [all...]
perf_test.h 18 // of the units of measure, e.g. "bytes". If |important| is true, the output
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);
    [all...]
  /external/chromium_org/third_party/webrtc/test/testsupport/
perf_test.cc 29 bool important) {
38 if (important) {
53 bool important) {
55 prefix, suffix, units, important).c_str());
68 bool important) {
72 units, important);
81 bool important) {
86 "", "", units, important);
94 bool important) {
96 important);
    [all...]
perf_test.h 29 // of the units of measure, e.g. "bytes". If |important| is true, the output
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);
    [all...]
  /external/chromium_org/third_party/polymer/components/paper-icon-button/
paper-icon-button.css 8 background: none !important;
  /external/chromium_org/third_party/polymer/components-chromium/paper-icon-button/
paper-icon-button.css 8 background: none !important;
  /external/chromium_org/tools/perf/metrics/
loading.py 37 important=False))
43 important=False))
51 domain_lookup_duration, important=False))
57 important=False))
63 important=False))
69 important=False))
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.h 59 static bool parseValue(CSSPropertyID, bool important,
73 bool parseValue(CSSPropertyID, bool important);
79 bool parseViewportProperty(CSSPropertyID propId, bool important);
80 bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important);
84 void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = false);
85 void addProperty(CSSPropertyID, PassRefPtrWillBeRawPtr<CSSValue>, bool important, bool implicit = false);
91 bool parseShorthand(CSSPropertyID, const StylePropertyShorthand&, bool important);
92 bool parse4Values(CSSPropertyID, const CSSPropertyID* properties, bool important);
93 bool parseContent(CSSPropertyID, bool important);
117 bool parseFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int numProperties, bool important);
    [all...]
CSSPropertyParser.cpp 125 bool CSSPropertyParser::parseValue(CSSPropertyID property, bool important,
130 return parser.parseValue(property, important);
133 void CSSPropertyParser::addPropertyWithPrefixingVariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
136 addProperty(propId, value, important, implicit);
145 addProperty(prefixingVariant, val.release(), important, implicit);
148 addProperty(prefixingVariant, val.release(), important, implicit);
152 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
173 m_parsedProperties.append(CSSProperty(propId, value, important, setFromShorthand, shorthandIndex, m_implicitShorthand || implicit));
414 void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important)
419 addPropertyWithPrefixingVariant(propId, prpValue, important);
    [all...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
keyboard_ui.css 14 !important;
21 !important;
  /external/chromium_org/tools/telemetry/telemetry/value/
__init__.py 45 def __init__(self, page, name, units, important, description):
55 important: Whether the value is "important". Causes the value to appear
63 self.important = important
69 self.important == that.important)
118 return self.important
120 return self.important
183 'important': self.importan
    [all...]
value_unittest.py 72 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)
100 'important': Tru
    [all...]
histogram.py 31 raw_value=None, raw_value_json=None, important=True,
33 super(HistogramValue, self).__init__(page, name, units, important,
57 'important=%s, description=%s') % (
61 self.important,
118 important=v0.important)
scalar.py 13 def __init__(self, page, name, units, value, important=True,
21 super(ScalarValue, self).__init__(page, name, units, important, description)
32 return 'ScalarValue(%s, %s, %s, %s, important=%s, description=%s)' % (
37 self.important,
102 page, name, v0.units, merged_value, important=v0.important,
string.py 11 def __init__(self, page, name, units, value, important=True,
19 super(StringValue, self).__init__(page, name, units, important, description)
30 return 'StringValue(%s, %s, %s, %s, important=%s, description=%s)' % (
35 self.important,
100 page, name, v0.units, merged_value, important=v0.important,
list_of_scalar_values.py 17 important=True, description=None, none_value_reason=None,
19 super(ListOfScalarValues, self).__init__(page, name, units, important,
40 'important=%s, description=%s, same_page_merge_policy=%s)') % (
45 self.important,
99 important=v0.important,
128 important=v0.important,
list_of_string_values.py 11 important=True, description=None, none_value_reason=None,
13 super(ListOfStringValues, self).__init__(page, name, units, important,
34 'important=%s, description=%s, same_page_merge_policy=%s)') % (
39 self.important,
93 important=v0.important,
122 important=v0.important,
  /external/chromium_org/third_party/WebKit/Source/web/resources/
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;
248 padding: 0 !important;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
chrome_shared.css 9 display: none !important;
13 -webkit-transition-delay: 0 !important;
14 -webkit-transition-duration: 0 !important;

Completed in 346 milliseconds

1 2 3 4 5 6 7 8 91011