OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_svgFontFaceElement
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/css/
CSSFontFaceSource.h
79
RefPtr<SVGFontFaceElement>
m_svgFontFaceElement
;
CSSFontFaceSrcValue.h
63
SVGFontFaceElement* svgFontFaceElement() const { return
m_svgFontFaceElement
; }
64
void setSVGFontFaceElement(SVGFontFaceElement* element) {
m_svgFontFaceElement
= element; }
76
,
m_svgFontFaceElement
(0)
86
SVGFontFaceElement*
m_svgFontFaceElement
;
/external/webkit/Source/WebCore/svg/
SVGFontData.h
34
SVGFontFaceElement* svgFontFaceElement() const { return
m_svgFontFaceElement
; }
51
SVGFontFaceElement*
m_svgFontFaceElement
;
Completed in 47 milliseconds