Home
last modified time | relevance | path

Searched refs:propId (Results 1 – 22 of 22) sorted by relevance

/external/webkit/WebCore/css/
DCSSParser.h61 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 …]
DCSSParser.cpp422 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 …]
DSVGCSSParser.cpp40 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/
DSVGStyledElement.cpp166 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()
DSVGFontFaceElement.cpp115 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/
Dwebkitsecurityorigin.cpp88 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()
Dwebkitwebdatabase.cpp112 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/
DRenderThemeHaiku.h55 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeHaiku.cpp105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const in systemFont() argument
/external/webkit/WebCore/rendering/
DRenderThemeChromiumWin.h61 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumSkia.h63 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeWince.h65 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeSafari.h75 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeWin.h66 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumWin.cpp253 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
259 switch (propId) { in systemFont()
DRenderThemeChromiumSkia.cpp190 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
194 switch (propId) { in systemFont()
DRenderThemeWin.cpp271 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
291 switch (propId) { in systemFont()
DRenderThemeSafari.cpp188 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
200 switch (propId) { in systemFont()
DRenderThemeWince.cpp258 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
/external/webkit/WebCore/platform/wx/
DRenderThemeWx.cpp93 virtual void systemFont(int propId, FontDescription&) const;
190 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.h86 virtual void systemFont(int propId, FontDescription&) const;
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.h67 virtual void systemFont(int propId, FontDescription&) const;