HomeSort by relevance Sort by last modified time
    Searched defs:m_familyName (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/css/
FontFamilyValue.h 38 const String& familyName() const { return m_familyName; }
46 String m_familyName;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 179 : m_familyName(familyName)
183 const AtomicString& m_familyName;
194 LONG weight = FontPlatformData::adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 373 : m_familyName(familyName)
377 const AtomicString& m_familyName;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 507 : m_familyName(familyName)
511 const AtomicString& m_familyName;
522 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);

Completed in 172 milliseconds