Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/css/
DCSSParser.h66 …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 …]
DCSSParser.cpp582 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 …]
DSVGCSSParser.cpp41 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/
Dwebkiticondatabase.cpp99 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()
Dwebkitsecurityorigin.cpp87 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()
Dwebkitwebdatabase.cpp109 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/
DWebKitAccessibleHyperlink.cpp298 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/
DSVGFontFaceElement.cpp114 int propId = cssPropertyIdForSVGAttributeName(attr->name()); in parseMappedAttribute() local
115 if (propId > 0) { in parseMappedAttribute()
116 m_styleDeclaration->setProperty(propId, attr->value(), false); in parseMappedAttribute()
DSVGStyledElement.cpp300 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/
DRenderThemeHaiku.h55 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeHaiku.cpp105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const in systemFont() argument
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.h61 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumSkia.h65 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;
DRenderThemeChromiumSkia.cpp162 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
166 switch (propId) { in systemFont()
DRenderThemeChromiumWin.cpp293 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
299 switch (propId) { in systemFont()
DRenderThemeWin.cpp298 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
318 switch (propId) { in systemFont()
DRenderThemeSafari.cpp189 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
201 switch (propId) { in systemFont()
DRenderThemeWinCE.cpp259 void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp94 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/
DRenderThemeEfl.h117 virtual void systemFont(int propId, FontDescription&) const;
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h75 virtual void systemFont(int propId, FontDescription&) const;
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.h83 virtual void systemFont(int propId, FontDescription&) const;

12