OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hasExternalSVGFont
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.h
69
void setHasExternalSVGFont(bool value) {
m_hasExternalSVGFont
= value; }
102
bool
m_hasExternalSVGFont
;
CSSFontFaceSource.cpp
52
,
m_hasExternalSVGFont
(false)
155
if (
m_hasExternalSVGFont
) {
243
return m_svgFontFaceElement ||
m_hasExternalSVGFont
;
252
if (
m_hasExternalSVGFont
)
Completed in 94 milliseconds