OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_cssFontFace
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.h
87
void cssFontFaceDestroyed() {
m_cssFontFace
= 0; }
109
CSSFontFace*
m_cssFontFace
;
FontFace.cpp
177
,
m_cssFontFace
(0)
353
// FIXME: This does not load FontFace created by JavaScript, since
m_cssFontFace
is null.
354
if (m_status != Unloaded || !
m_cssFontFace
)
363
RefPtr<SimpleFontData> fontData =
m_cssFontFace
->getFontData(fontDescription);
485
if (
m_cssFontFace
)
486
return
m_cssFontFace
;
489
m_cssFontFace
= cssFontFace.get();
Completed in 33 milliseconds