Searched refs:important (Results 1 - 25 of 66) sorted by relevance

123

/external/webkit/Source/WebCore/css/
H A DthemeChromiumSkia.css36 font-weight: normal !important;
H A DCSSPropertySourceData.cpp57 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range) argument
60 , important(important)
69 , important(other.important)
78 , important(false)
87 DEFINE_STATIC_LOCAL(String, importantSuffix, (" !important"));
94 if (important)
102 return StringHash::hash(name) + 3 * StringHash::hash(value) + 7 * important + 13 * parsedOk + 31;
H A DCSSParser.h66 static bool 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...]
H A 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;
H A DCSSProperty.h35 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
38 , m_important(important)
H A DCSSPropertySourceData.h55 CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range);
64 bool important; member in struct:WebCore::CSSPropertySourceData
H A DCSSStyleDeclaration.cpp62 return getPropertyPriority(propID) ? "important" : "";
86 size_t important = value.find("!important", 0, false); local
90 if (important == notFound)
93 setProperty(propertyID, value.left(important - 1), true, ec);
103 bool important = priority.find("important", 0, false) != notFound; local
104 setProperty(propID, value, important, ec);
H A 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;
H A 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 = false, bool notifyChanged = true);
111 bool setProperty(int propertyID, const String& value, bool important = false, bool notifyChanged = true);
116 void setLengthProperty(int propertyId, const String& value, bool important, bool multiLength = false);
117 void setStringProperty(int propertyId, const String& value, CSSPrimitiveValue::UnitTypes, bool important = false); // parsed string value
118 void setImageProperty(int propertyId, const String& url, bool important = false);
H A DCSSParser.cpp289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
313 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
320 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
367 static bool parseSimpleLengthValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
404 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createValue(number, unit), important);
409 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict) argument
411 if (parseSimpleLengthValue(declaration, propertyId, string, important, strict))
413 if (parseColorValue(declaration, propertyId, string, important, strict))
416 return parser.parseValue(declaration, propertyId, string, important);
419 bool CSSParser::parseValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important) argument
582 addProperty(int propId, PassRefPtr<CSSValue> value, bool important) argument
755 parseValue(int propId, bool important) argument
2097 parseFillShorthand(int propId, const int* properties, int numProperties, bool important) argument
2243 parseAnimationShorthand(bool important) argument
2304 parseTransitionShorthand(bool important) argument
2362 parseShorthand(int propId, const int *properties, int numProperties, bool important) argument
2400 parse4Values(int propId, const int *properties, bool important) argument
2462 parsePage(int propId, bool important) argument
2484 parseSize(int propId, bool important) argument
2558 parseQuotes(int propId, bool important) argument
2581 parseContent(int propId, bool important) argument
3374 parseDashboardRegions(int propId, bool important) argument
3553 parseShape(int propId, bool important) argument
3603 parseFont(bool important) argument
3771 parseFontStyle(bool important) argument
3818 parseFontVariant(bool important) argument
3865 parseFontWeight(bool important) argument
4634 parseShadow(int propId, bool important) argument
4701 parseReflect(int propId, bool important) argument
4815 commitBorderImage(CSSParser* p, bool important) argument
4890 parseBorderImage(int propId, bool important, RefPtr<CSSValue>& result) argument
4952 parseBorderRadius(int propId, bool important) argument
5012 parseCounter(int propId, int defaultValue, bool important) argument
5817 parseTextEmphasisStyle(bool important) argument
5874 parseLineBoxContain(bool important) argument
[all...]
H A 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;
H A DSVGCSSParser.cpp41 bool CSSParser::parseSVGValue(int propId, bool important) argument
272 return parseShadow(propId, important);
279 if (!parseValue(CSSPropertyMarkerStart, important))
286 addProperty(CSSPropertyMarkerMid, value, important);
287 addProperty(CSSPropertyMarkerEnd, value, important);
312 addProperty(propId, parsedValue.release(), important);
H A Dwml.css144 -webkit-text-security: disc !important;
148 background-color: #FAFFBD !important;
149 background-image:none !important;
150 color: #000000 !important;
H A DCSSMutableStyleDeclaration.cpp88 bool important = property->isImportant(); local
90 if (!important && candidates.get(property->id()))
95 candidates.set(property->id(), important);
537 void CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, ExceptionCode& ec) argument
540 setProperty(propertyID, value, important, true);
549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, bool notifyChanged) argument
562 bool success = CSSParser::parseValue(this, propertyID, value, important, useStrictParsing());
586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notifyChanged) argument
588 CSSProperty property(propertyID, CSSPrimitiveValue::createIdentifier(value), important);
595 bool CSSMutableStyleDeclaration::setProperty(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, boo argument
604 setStringProperty(int propertyId, const String &value, CSSPrimitiveValue::UnitTypes type, bool important) argument
612 setImageProperty(int propertyId, const String& url, bool important) argument
655 setLengthProperty(int propertyId, const String& value, bool important, bool ) argument
[all...]
H A DCSSComputedStyleDeclaration.h75 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
/external/chromium-trace/trace-viewer/src/analysis/
H A Dselection_analysis.css6 -webkit-user-select: text !important;
/external/chromium/chrome/browser/resources/ntp4/
H A Drecently_closed.css28 background-color: transparent !important;
50 color: hsl(213, 90%, 24%) !important;
H A Dapps_page.css45 -webkit-transition: none !important;
/external/llvm/test/MC/COFF/
H A Dsymbol-alias.s26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CSSStyleDeclarationCustom.cpp206 int importantIndex = propertyValue.find("!important", 0, false);
207 bool important = false; local
209 important = true;
212 imp->setProperty(propInfo->propID, propertyValue, important, ec);
/external/chromium-trace/trace-viewer/src/
H A Dtimeline_analysis_view.css10 -webkit-user-select: text !important;
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DLeaksViewer.css81 display: none !important;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php42 <p>It is very important to read the following notes in order to run this version
/external/webkit/Source/WebCore/inspector/front-end/
H A DinspectorSyntaxHighlight.css49 .webkit-css-important {
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Docaml-brief.php58 /* highlighting symbols is really important in OCaml */

Completed in 1050 milliseconds

123