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

  /external/webkit/Source/WebCore/css/
FontFamilyValue.cpp 30 , m_familyName(familyName)
36 unsigned length = m_familyName.length();
39 switch (m_familyName[length - 1]) {
51 if (m_familyName[i - 1] == ' ' && m_familyName[i] == startCharacter)
58 m_familyName.truncate(length);
63 m_familyName.append(' ');
64 m_familyName.append(characters, length);
69 return quoteCSSStringIfNeeded(m_familyName);
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/win/
FontCacheWin.cpp 507 : m_familyName(familyName)
511 const AtomicString& m_familyName;
522 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 373 : m_familyName(familyName)
377 const AtomicString& m_familyName;

Completed in 381 milliseconds