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

  /external/webkit/WebCore/css/
FontFamilyValue.h 38 const String& familyName() const { return m_familyName; }
45 String m_familyName;
  /external/webkit/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/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 471 : m_familyName(familyName)
475 const AtomicString& m_familyName;
  /external/webkit/WebCore/platform/graphics/win/
FontCacheWin.cpp 461 : m_familyName(familyName)
465 const AtomicString& m_familyName;
476 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);

Completed in 700 milliseconds