OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:foundsvgfont
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.cpp
495
bool
foundSVGFont
= false;
503
foundSVGFont
= item->isSVGFontFaceSrc() || item->svgFontFaceElement();
507
bool allowDownloading =
foundSVGFont
|| (settings && settings->downloadableBinaryFontsEnabled());
513
if (
foundSVGFont
)
Completed in 254 milliseconds