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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
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...]
CSSParser.h 107 static bool parseValue(MutableStylePropertySet*, CSSPropertyID, const String&, bool important, CSSParserMode, StyleSheetContents*);
117 void addPropertyWithPrefixingVariant(CSSPropertyID, PassRefPtr<CSSValue>, bool important, bool implicit = false);
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, const Document&);
131 void storeVariableDeclaration(const CSSParserString&, PassOwnPtr<CSSParserValueList>, bool important);
    [all...]
CSSPropertySourceData.cpp 62 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool disabled, bool parsedOk, const SourceRange& range)
65 , important(important)
75 , important(other.important)
85 , important(false)
104 if (important)
105 result.appendLiteral(" !important");
114 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
  /build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.css 1 #g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text (…)
    [all...]
960.gridder.js 85 jQuery('<style type"text/css">#g-setup{position:absolute;top:150px;left:-310px;padding:6px;margin:0;list-style:none;width:320px!important;background-color:#d1cfe6;border:2px solid #a19bd1;z-index:2100; display:none;}#g-setup *{background:transparent!important;border:0!important;color:#58517c!important;font-family:Verdana,Geneva,sans-serif!important;font-size:10px!important;font-weight:normal!important;letter-spacing:normal!important;line-height:1!important;list-style-type:none!important;margin:0!important;padding:0!important;text-decoration:none!important;text-indent:0!important;text (…)
    [all...]
  /external/clang/test/PCH/libroot/usr/include/
reloc.h 12 // Line number 13 below is important
reloc2.h 13 // Line number below is important!
  /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...]
  /external/chromium/chrome/common/extensions/docs/css/
samples.css 5 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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/tracedmodules/
__init__.py 2 that the exact location of functions in these modules is important, as trace.py
  /external/chromium_org/tools/telemetry/telemetry/value/
scalar.py 11 def __init__(self, page, name, units, value, important=True):
18 super(ScalarValue, self).__init__(page, name, units, important)
27 return 'ScalarValue(%s, %s, %s, %s, important=%s)' % (
31 self.important)
56 important=v0.important)
70 important=v0.important)
value_unittest_.py 31 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)
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)
list_of_scalar_values.py 14 important=True, same_page_merge_policy=value_module.CONCATENATE):
15 super(ListOfScalarValues, self).__init__(page, name, units, important)
33 'important=%s, same_page_merge_policy=%s)') % (
37 self.important,
67 important=v0.important,
77 important=v0.important,
95 important=v0.important,
    [all...]
  /packages/apps/UnifiedEmail/res/raw/
template_conversation_upper.html 25 margin-left: 0.8ex !important;
26 margin-right: 0 !important;
27 border-left:1px #ccc solid !important;
28 padding-left: 1ex !important;
31 width: auto !important;
32 table-layout: auto !important;
35 width: auto !important;
36 white-space: normal !important;
  /external/chromium_org/tools/telemetry/telemetry/page/
html_page_measurement_results_unittest.py 74 "important": True
79 "important": False
84 "important": False
89 "important": False
94 "important": False
129 "important": True
134 "important": False
139 "important": False
144 "important": False
149 "important": Fals
    [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/native_client_sdk/src/doc/devguide/coding/
index.rst 7 This section of the Developer's Guide describes important concepts that would be
  /external/chromium_org/third_party/WebKit/ManualTests/
print-after-window-close.html 3 var w = window.open("data:text/html,Loading a data URL is asynchronous, so this text shouldn't appear. But it's most important to check that there is no crash after dismissing the print sheet.");
  /external/chromium_org/tools/gyp/test/mac/xcode-gcc/
warn_about_missing_newline.c 5 // Important: Don't terminate this file with a newline.
  /external/chromium_org/tools/gyp/test/win/batch-file-action/
somecmd.bat 2 :: The redirs to nul are important. %2 can end up being an unterminated "'d
  /external/clang/test/Parser/
cxx-member-init-missing-paren-crash.cpp 2 // Note: The important part here is that we don't crash, not any specific errors
  /external/clang/test/Sema/
attr-alias.c 5 // It is important that the following string be in the error message. The gcc
  /external/chromium_org/chrome/test/perf/
perf_test.cc 321 false /* not important */);
324 false /* not important */);
327 false /* not important */);
330 false /* not important */);
333 false /* not important */);
336 false /* important */);
339 false /* not important */);
342 false /* not important */);
345 false /* not important */);
348 false /* not important */);
    [all...]

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 91011>>