Home
last modified time | relevance | path

Searched refs:propId (Results 1 – 19 of 19) 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);
87 …bool parseFillProperty(int propId, int& propId1, int& propId2, RefPtr<CSSValue>&, RefPtr<CSSValue>…
88 … bool parseFillShorthand(int propId, const int* properties, int numProperties, bool important);
105 bool parseAnimationProperty(int propId, RefPtr<CSSValue>&);
109 bool parseDashboardRegions(int propId, bool important);
[all …]
DCSSParser.cpp416 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important) in addProperty() argument
418 …auto_ptr<CSSProperty> prop(new CSSProperty(propId, value, important, m_currentShorthand, m_implici… in addProperty()
582 bool CSSParser::parseValue(int propId, bool important) in parseValue() argument
603 addProperty(propId, CSSInheritedValue::create(), important); in parseValue()
609 addProperty(propId, CSSInitialValue::createExplicit(), important); in parseValue()
617 addUnresolvedProperty(propId, important); in parseValue()
624 switch (static_cast<CSSPropertyID>(propId)) { in parseValue()
680 return parseContent(propId, important); in parseValue()
695 return parseShape(propId, important); in parseValue()
718 ShorthandScope scope(this, propId); in parseValue()
[all …]
DSVGCSSParser.cpp40 bool CSSParser::parseSVGValue(int propId, bool important) in parseSVGValue() argument
51 switch (propId) { in parseSVGValue()
270 ShorthandScope scope(this, propId); in parseSVGValue()
287 ASSERT_WITH_MESSAGE(0, "unimplemented propertyID: %d", propId); in parseSVGValue()
305 addProperty(propId, parsedValue.release(), important); in parseSVGValue()
/external/webkit/WebCore/svg/
DSVGStyledElement.cpp167 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName); in parseMappedAttribute() local
168 if (propId > 0) { in parseMappedAttribute()
169 addCSSProperty(attr, propId, attr->value()); in parseMappedAttribute()
188 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(attrName); in isKnownAttribute() local
189 if (propId > 0) in isKnownAttribute()
258 int propId = SVGStyledElement::cssPropertyIdForSVGAttributeName(cssSVGAttr->name()); in getPresentationAttribute() local
259 addCSSProperty(cssSVGAttr, propId, cssSVGAttr->value()); in getPresentationAttribute()
DSVGFontFaceElement.cpp123 int propId = cssPropertyIdForSVGAttributeName(attr->name()); in parseMappedAttribute() local
124 if (propId > 0) { in parseMappedAttribute()
125 m_styleDeclaration->setProperty(propId, attr->value(), false); in parseMappedAttribute()
/external/webkit/WebCore/rendering/
DRenderThemeChromiumWin.h61 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumSkia.h63 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()
DRenderThemeWince.h65 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeWin.h66 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeSafari.h75 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumSkia.cpp177 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
181 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.cpp257 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
/external/webkit/WebCore/platform/wx/
DRenderThemeWx.cpp92 virtual void systemFont(int propId, FontDescription&) const;
180 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument
/external/webkit/WebCore/platform/gtk/
DRenderThemeGtk.h77 virtual void systemFont(int propId, FontDescription&) const;
/external/webkit/WebCore/platform/qt/
DRenderThemeQt.h66 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeQt.cpp277 void RenderThemeQt::systemFont(int propId, FontDescription& fontDescription) const in systemFont() argument