Home
last modified time | relevance | path

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

12345678910>>...14

/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/webkit/Source/WebCore/css/
DCSSParser.h66 …ol parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important, bool strict);
77 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
81 bool parseValue(int propId, bool important);
82 bool parseShorthand(int propId, const int* properties, int numProperties, bool important);
83 bool parse4Values(int propId, const int* properties, bool important);
84 bool parseContent(int propId, bool important);
85 bool parseQuotes(int propId, bool important);
103 … bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
122 bool parseTransitionShorthand(bool important);
123 bool parseAnimationShorthand(bool important);
[all …]
Dfullscreen.css10 background-color: black !important;
11 position: static !important;
12 margin: 0 !important;
13 height: 100% !important;
14 width: 100% !important;
15 -webkit-box-flex: 1 !important;
16 display: block !important;
DCSSPropertySourceData.cpp57 …ta::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, … in CSSPropertySourceData() argument
60 , important(important) in CSSPropertySourceData()
69 , important(other.important) in CSSPropertySourceData()
78 , important(false) in CSSPropertySourceData()
94 if (important) in toString()
102 … return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31; in hash()
DCSSParser.cpp289 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseColorValue() argument
313 …tyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important); in parseColorValue()
320 …(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important); in parseColorValue()
367 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseSimpleLengthValue() argument
404 …ropertyId, stylesheet->document()->cssPrimitiveValueCache()->createValue(number, unit), important); in parseSimpleLengthValue()
409 …leStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) in parseValue() argument
411 if (parseSimpleLengthValue(declaration, propertyId, string, important, strict)) in parseValue()
413 if (parseColorValue(declaration, propertyId, string, important, strict)) in parseValue()
416 return parser.parseValue(declaration, propertyId, string, important); in parseValue()
419 …alue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important) in parseValue() argument
[all …]
DCSSMutableStyleDeclaration.h104 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
109 bool setProperty(int propertyID, int value, bool important = false, bool notifyChanged = true);
110 …bool setProperty(int propertyId, double value, CSSPrimitiveValue::UnitTypes, bool important = fals…
111 …bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged =…
116 …void setLengthProperty(int propertyId, const String& value, bool important, bool multiLength = fal…
117 …int propertyId, const String& value, CSSPrimitiveValue::UnitTypes, bool important = false); // par…
118 void setImageProperty(int propertyId, const String& url, bool important = false);
DCSSMutableStyleDeclaration.cpp88 bool important = property->isImportant(); in CSSMutableStyleDeclaration() local
90 if (!important && candidates.get(property->id())) in CSSMutableStyleDeclaration()
95 candidates.set(property->id(), important); in CSSMutableStyleDeclaration()
537 void CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, E… in setProperty() argument
540 setProperty(propertyID, value, important, true); in setProperty()
549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, b… in setProperty() argument
562 bool success = CSSParser::parseValue(this, propertyID, value, important, useStrictParsing()); in setProperty()
586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notify… in setProperty() argument
588 CSSProperty property(propertyID, CSSPrimitiveValue::createIdentifier(value), important); in setProperty()
595 …y(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, bool notifyChan… in setProperty() argument
[all …]
DCSSStyleDeclaration.cpp86 size_t important = value.find("!important", 0, false); in setProperty() local
90 if (important == notFound) in setProperty()
93 setProperty(propertyID, value.left(important - 1), true, ec); in setProperty()
103 bool important = priority.find("important", 0, false) != notFound; in setProperty() local
104 setProperty(propID, value, important, ec); in setProperty()
DmediaControlsQuickTime.css50 border: none !important;
58 border: none !important;
127 border: none !important;
133 border: none !important;
142 border: none !important;
153 border: none !important;
163 border: none !important;
196 border: none !important;
232 border: none !important;
DSVGCSSParser.cpp41 bool CSSParser::parseSVGValue(int propId, bool important) in parseSVGValue() argument
272 return parseShadow(propId, important); in parseSVGValue()
279 if (!parseValue(CSSPropertyMarkerStart, important)) in parseSVGValue()
286 addProperty(CSSPropertyMarkerMid, value, important); in parseSVGValue()
287 addProperty(CSSPropertyMarkerEnd, value, important); in parseSVGValue()
312 addProperty(propId, parsedValue.release(), important); in parseSVGValue()
DCSSPropertySourceData.h55 …CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, cons…
64 bool important; member
DCSSProperty.h35 …CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, b…
38 , m_important(important) in m_id()
Dview-source.css33 white-space: pre-wrap !important;
41 padding: 0 !important;
48 padding: 0 4px !important;
51 border-right: 1px solid rgb(187, 187, 187) !important;
80 padding: 0 5px !important;
DmediaControlsQt.css72 border: none !important;
80 border: none !important;
88 border: none !important;
96 border: none !important;
226 border: none !important;
259 box-sizing: content-box !important;
Dwml.css144 -webkit-text-security: disc !important;
148 background-color: #FAFFBD !important;
149 background-image:none !important;
150 color: #000000 !important;
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dother4 #339933 !important !important !important
11 normal !important
/external/webkit/LayoutTests/fast/dom/beforeload/resources/
Dfail.css2 background-color:red !important;
3 width: 200px !important;
4 height:200px !important;
/external/webkit/Source/WebKit/chromium/src/js/
DdevTools.css19 …adient(linear, left top, left bottom, from(rgb(175, 175, 175)), to(rgb(151, 151, 151))) !important;
23 …adient(linear, left top, left bottom, from(rgb(221, 221, 221)), to(rgb(207, 207, 207))) !important;
27 …adient(linear, left top, left bottom, from(rgb(189, 189, 189)), to(rgb(151, 151, 151))) !important;
31 …adient(linear, left top, left bottom, from(rgb(215, 215, 215)), to(rgb(207, 207, 207))) !important;
/external/valgrind/main/docs/internals/
Dm_syswrap.txt6 There are some important caveats regarding how to write the PRE and
7 POST wrappers for syscalls. It is important to observe these, else
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CSSStyleDeclarationCustom.cpp207 bool important = false; in namedPropertySetter() local
209 important = true; in namedPropertySetter()
212 imp->setProperty(propInfo->propID, propertyValue, important, ec); in namedPropertySetter()
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in2 #339933 !important !important !important
208 normal !important
/external/chromium/chrome/browser/resources/ntp4/
Drecently_closed.css28 background-color: transparent !important;
50 color: hsl(213, 90%, 24%) !important;
/external/clang/test/Sema/
Dwarn-self-assign-field.mm17 // Would be nice to have, but not important.
31 // Would be nice to have, but even less important.
/external/llvm/docs/_themes/llvm-theme/static/
Dllvm-theme.css183 color: black!important;
211 color: #aaa!important;
226 color: #c60f0f!important;
230 text-decoration: none!important;
235 color: white!important;
/external/chromium/chrome/browser/resources/
Dnew_new_tab.css51 -webkit-transition: none !important;
52 -webkit-animation: none !important;
72 opacity: 0 !important;
73 visibility: hidden !important;
263 max-width: none !important;
370 display: none !important;
379 display: none !important;

12345678910>>...14