OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cssPropertyIdForSVGAttributeName
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp
64
static int
cssPropertyIdForSVGAttributeName
(const QualifiedName& attrName)
114
int propId =
cssPropertyIdForSVGAttributeName
(attr->name());
SVGStyledElement.cpp
131
int SVGStyledElement::
cssPropertyIdForSVGAttributeName
(const QualifiedName& attrName)
288
if (SVGStyledElement::
cssPropertyIdForSVGAttributeName
(attrName) > 0) {
299
//
cssPropertyIdForSVGAttributeName
will also have to override mapToEntry to disable the default eSVG mapping
300
int propId = SVGStyledElement::
cssPropertyIdForSVGAttributeName
(attrName);
405
int propId = SVGStyledElement::
cssPropertyIdForSVGAttributeName
(cssSVGAttr->name());
Completed in 160 milliseconds