OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSVGFontFaceSource
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/css/
CSSFontFace.h
86
bool
hasSVGFontFaceSource
() const;
CSSFontFace.cpp
135
bool CSSFontFace::
hasSVGFontFaceSource
() const
CSSFontSelector.cpp
545
if (candidate->
hasSVGFontFaceSource
() && (traitsMask & FontVariantSmallCapsMask) && !(candidateTraitsMask & FontVariantSmallCapsMask))
Completed in 114 milliseconds