/external/webkit/Source/WebCore/css/ |
D | CSSParser.h | 66 …static bool parseValue(CSSMutableStyleDeclaration*, int propId, const String&, bool important, boo… 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); 100 PassRefPtr<CSSValue> parseFillSize(int propId, bool &allowComma); 102 …bool parseFillProperty(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>… 103 … bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important); [all …]
|
D | CSSParser.cpp | 582 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) in addProperty() argument 584 …OwnPtr<CSSProperty> prop(new CSSProperty(propId, value, important, m_currentShorthand, m_implicitS… in addProperty() 755 bool CSSParser::parseValue(int propId, bool important) in parseValue() argument 776 addProperty(propId, CSSInheritedValue::create(), important); in parseValue() 782 addProperty(propId, CSSInitialValue::createExplicit(), important); in parseValue() 789 switch (static_cast<CSSPropertyID>(propId)) { in parseValue() 800 return parseSize(propId, important); in parseValue() 806 return parseQuotes(propId, important); in parseValue() 850 return parseContent(propId, important); in parseValue() 865 return parseShape(propId, important); in parseValue() [all …]
|
D | SVGCSSParser.cpp | 41 bool CSSParser::parseSVGValue(int propId, bool important) in parseSVGValue() argument 52 switch (propId) { in parseSVGValue() 272 return parseShadow(propId, important); in parseSVGValue() 277 ShorthandScope scope(this, propId); in parseSVGValue() 294 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propId); in parseSVGValue() 312 addProperty(propId, parsedValue.release(), important); in parseSVGValue()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkiticondatabase.cpp | 99 static void webkit_icon_database_set_property(GObject* object, guint propId, const GValue* value, G… in webkit_icon_database_set_property() argument 103 switch (propId) { in webkit_icon_database_set_property() 108 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_icon_database_set_property() 113 static void webkit_icon_database_get_property(GObject* object, guint propId, GValue* value, GParamS… in webkit_icon_database_get_property() argument 117 switch (propId) { in webkit_icon_database_get_property() 122 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_icon_database_get_property()
|
D | webkitsecurityorigin.cpp | 87 static void webkit_security_origin_set_property(GObject* object, guint propId, const GValue* value,… in webkit_security_origin_set_property() argument 91 switch (propId) { in webkit_security_origin_set_property() 96 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_set_property() 101 static void webkit_security_origin_get_property(GObject* object, guint propId, GValue* value, GPara… in webkit_security_origin_get_property() argument 105 switch (propId) { in webkit_security_origin_get_property() 122 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_security_origin_get_property()
|
D | webkitwebdatabase.cpp | 109 static void webkit_web_database_set_property(GObject* object, guint propId, const GValue* value, GP… in webkit_web_database_set_property() argument 113 switch (propId) { in webkit_web_database_set_property() 121 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_set_property() 126 static void webkit_web_database_get_property(GObject* object, guint propId, GValue* value, GParamSp… in webkit_web_database_get_property() argument 131 switch (propId) { in webkit_web_database_get_property() 151 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkit_web_database_get_property()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | WebKitAccessibleHyperlink.cpp | 298 static void webkitAccessibleHyperlinkGetProperty(GObject* object, guint propId, GValue* value, GPar… in webkitAccessibleHyperlinkGetProperty() argument 300 switch (propId) { in webkitAccessibleHyperlinkGetProperty() 305 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkitAccessibleHyperlinkGetProperty() 309 static void webkitAccessibleHyperlinkSetProperty(GObject* object, guint propId, const GValue* value… in webkitAccessibleHyperlinkSetProperty() argument 313 switch (propId) { in webkitAccessibleHyperlinkSetProperty() 321 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, propId, pspec); in webkitAccessibleHyperlinkSetProperty()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGFontFaceElement.cpp | 114 int propId = cssPropertyIdForSVGAttributeName(attr->name()); in parseMappedAttribute() local 115 if (propId > 0) { in parseMappedAttribute() 116 m_styleDeclaration->setProperty(propId, attr->value(), false); in parseMappedAttribute()
|
D | SVGStyledElement.cpp | 300 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName); in parseMappedAttribute() local 301 if (propId > 0) { in parseMappedAttribute() 302 addCSSProperty(attr, propId, attr->value()); in parseMappedAttribute() 405 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name()); in getPresentationAttribute() local 406 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value()); in getPresentationAttribute()
|
/external/webkit/Source/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/Source/WebCore/rendering/ |
D | RenderThemeChromiumWin.h | 61 virtual void systemFont(int propId, FontDescription&) const;
|
D | RenderThemeChromiumSkia.h | 65 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 | RenderThemeChromiumSkia.cpp | 162 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 166 switch (propId) { in systemFont()
|
D | RenderThemeChromiumWin.cpp | 293 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 299 switch (propId) { in systemFont()
|
D | RenderThemeWin.cpp | 298 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 318 switch (propId) { in systemFont()
|
D | RenderThemeSafari.cpp | 189 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument 201 switch (propId) { in systemFont()
|
D | RenderThemeWinCE.cpp | 259 void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
|
/external/webkit/Source/WebCore/platform/wx/ |
D | RenderThemeWx.cpp | 94 virtual void systemFont(int propId, FontDescription&) const; 191 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
|
/external/webkit/Source/WebCore/platform/efl/ |
D | RenderThemeEfl.h | 117 virtual void systemFont(int propId, FontDescription&) const;
|
/external/webkit/Source/WebCore/platform/qt/ |
D | RenderThemeQt.h | 75 virtual void systemFont(int propId, FontDescription&) const;
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.h | 83 virtual void systemFont(int propId, FontDescription&) const;
|