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

1 2 3 4

  /external/webkit/Source/WebCore/css/
themeChromiumSkia.css 36 font-weight: normal !important;
CSSPropertySourceData.cpp 57 CSSPropertySourceData::CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range)
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;
CSSParser.h 66 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...]
CSSProperty.h 35 CSSProperty(int propID, PassRefPtr<CSSValue> value, bool important = false, int shorthandID = 0, bool implicit = false)
38 , m_important(important)
CSSPropertySourceData.h 55 CSSPropertySourceData(const String& name, const String& value, bool important, bool parsedOk, const SourceRange& range);
64 bool important; member in struct:WebCore::CSSPropertySourceData
view-source.css 33 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;
CSSStyleDeclaration.cpp 62 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);
mediaControlsQuickTime.css 50 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;
CSSMutableStyleDeclaration.h 104 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);
CSSParser.cpp 289 static bool parseColorValue(CSSMutableStyleDeclaration* declaration, int propertyId, const String& string, bool important, bool strict)
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)
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)
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)
    [all...]
mediaControlsQt.css 72 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;
SVGCSSParser.cpp 41 bool CSSParser::parseSVGValue(int propId, bool important)
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);
wml.css 144 -webkit-text-security: disc !important;
148 background-color: #FAFFBD !important;
149 background-image:none !important;
150 color: #000000 !important;
CSSMutableStyleDeclaration.cpp 88 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)
540 setProperty(propertyID, value, important, true);
549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, bool notifyChanged)
562 bool success = CSSParser::parseValue(this, propertyID, value, important, useStrictParsing());
586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notifyChanged)
588 CSSProperty property(propertyID, CSSPrimitiveValue::createIdentifier(value), important);
595 bool CSSMutableStyleDeclaration::setProperty(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, bool notifyChanged
    [all...]
CSSComputedStyleDeclaration.h 75 virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&);
  /frameworks/base/policy/src/com/android/internal/policy/impl/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);
KeyguardMessageArea.java 118 public void setMessage(CharSequence msg, boolean important) {
119 if (!TextUtils.isEmpty(msg) && important) {
125 public void setMessage(int resId, boolean important) {
126 if (resId != 0 && important) {
132 public void setMessage(int resId, boolean important, Object... formatArgs) {
133 if (resId != 0 && important) {
  /external/chromium-trace/trace-viewer/src/analysis/
selection_analysis.css 6 -webkit-user-select: text !important;
  /external/chromium/chrome/browser/resources/ntp4/
recently_closed.css 28 background-color: transparent !important;
50 color: hsl(213, 90%, 24%) !important;
apps_page.css 45 -webkit-transition: none !important;
  /external/llvm/test/MC/COFF/
symbol-alias.s 26 # Order is important here. Assign _bar_alias_alias before _bar_alias.
  /dalvik/dx/tests/069-dex-source-position/
run 20 dx --debug --dex --no-optimize --positions=important --no-locals \
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 206 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/
timeline_analysis_view.css 10 -webkit-user-select: text !important;
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 81 display: none !important;

Completed in 2339 milliseconds

1 2 3 4