Home
last modified time | relevance | path

Searched refs:m_exists (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp77 : m_exists(false) in FontFamilyChecker()
81 bool isSupported() const { return m_exists; } in isSupported()
83 bool m_exists; member in WebCore::FontFamilyChecker
181 ((FontFamilyChecker*)lParam)->m_exists = true; in enumFontFamProc()