/external/webkit/WebCore/css/ |
D | CSSParser.h | 61 bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important); 69 void addProperty(int propId, PassRefPtr<CSSValue>, bool important); 73 bool parseValue(int propId, bool important); 74 bool parseShorthand(int propId, const int* properties, int numProperties, bool important); 75 bool parse4Values(int propId, const int* properties, bool important); 76 bool parseContent(int propId, bool important); 86 PassRefPtr<CSSValue> parseFillSize(int propId, bool &allowComma); 88 …bool parseFillProperty(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>… 89 … bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important); 106 bool parseAnimationProperty(int propId, RefPtr<CSSValue>&); [all …]
|
D | CSSParser.cpp | 422 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) in addProperty() argument 424 …auto_ptr<CSSProperty> prop(new CSSProperty(propId, value, important, m_currentShorthand, m_implici… in addProperty() 587 bool CSSParser::parseValue(int propId, bool important) in parseValue() argument 608 addProperty(propId, CSSInheritedValue::create(), important); in parseValue() 614 addProperty(propId, CSSInitialValue::createExplicit(), important); in parseValue() 622 addUnresolvedProperty(propId, important); in parseValue() 629 switch (static_cast<CSSPropertyID>(propId)) { in parseValue() 685 return parseContent(propId, important); in parseValue() 700 return parseShape(propId, important); in parseValue() 723 ShorthandScope scope(this, propId); in parseValue() [all …]
|
D | SVGCSSParser.cpp | 40 bool CSSParser::parseSVGValue(int propId, bool important) in parseSVGValue() argument 51 switch (propId) { in parseSVGValue() 264 return parseShadow(propId, important); in parseSVGValue() 269 ShorthandScope scope(this, propId); in parseSVGValue() 286 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propId); in parseSVGValue() 304 addProperty(propId, parsedValue.release(), important); in parseSVGValue()
|
/external/webkit/WebCore/svg/ |
D | SVGStyledElement.cpp | 166 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName); in parseMappedAttribute() local 167 if (propId > 0) { in parseMappedAttribute() 168 addCSSProperty(attr, propId, attr->value()); in parseMappedAttribute() 187 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName); in isKnownAttribute() local 188 if (propId > 0) in isKnownAttribute() 301 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name()); in getPresentationAttribute() local 302 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value()); in getPresentationAttribute()
|
D | SVGFontFaceElement.cpp | 115 int propId = cssPropertyIdForSVGAttributeName(attr->name()); in parseMappedAttribute() local 116 if (propId > 0) { in parseMappedAttribute() 117 m_styleDeclaration->setProperty(propId, attr->value(), false); in parseMappedAttribute()
|
/external/webkit/WebKit/gtk/webkit/ |
D | webkitsecurityorigin.cpp | 88 static void webkit_security_origin_set_property(GObject* object, guint propId, const GValue* value,… in webkit_security_origin_set_property() argument 92 switch (propId) { in webkit_security_origin_set_property() 97 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_set_property() 102 static void webkit_security_origin_get_property(GObject* object, guint propId, GValue* value, GPara… in webkit_security_origin_get_property() argument 106 switch (propId) { in webkit_security_origin_get_property() 123 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_get_property()
|
D | webkitwebdatabase.cpp | 112 static void webkit_web_database_set_property(GObject* object, guint propId, const GValue* value, GP… in webkit_web_database_set_property() argument 116 switch (propId) { in webkit_web_database_set_property() 124 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_set_property() 129 static void webkit_web_database_get_property(GObject* object, guint propId, GValue* value, GParamSp… in webkit_web_database_get_property() argument 134 switch (propId) { in webkit_web_database_get_property() 154 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_get_property()
|
/external/webkit/WebCore/platform/haiku/ |
D | RenderThemeHaiku.h | 55 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeHaiku.cpp | 105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const in systemFont() argument
|
/external/webkit/WebCore/rendering/ |
D | RenderThemeChromiumWin.h | 61 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeChromiumSkia.h | 63 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeWince.h | 65 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeSafari.h | 75 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeWin.h | 66 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeChromiumWin.cpp | 253 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 259 switch (propId) { in systemFont()
|
D | RenderThemeChromiumSkia.cpp | 190 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 194 switch (propId) { in systemFont()
|
D | RenderThemeWin.cpp | 271 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 291 switch (propId) { in systemFont()
|
D | RenderThemeSafari.cpp | 188 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 200 switch (propId) { in systemFont()
|
D | RenderThemeWince.cpp | 258 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
|
/external/webkit/WebCore/platform/wx/ |
D | RenderThemeWx.cpp | 93 virtual void systemFont(int propId, FontDescription&) const; 190 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
|
/external/webkit/WebCore/platform/gtk/ |
D | RenderThemeGtk.h | 86 virtual void systemFont(int propId, FontDescription&) const;
|
/external/webkit/WebCore/platform/qt/ |
D | RenderThemeQt.h | 67 virtual void systemFont(int propId, FontDescription&) const;
|