Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wx/
DFontCacheWx.cpp58 static AtomicString timesStr("systemfont"); in getLastResortFallbackFont() local
59 return getCachedFontPlatformData(fontDescription, timesStr); in getLastResortFallbackFont()
/external/webkit/WebCore/platform/graphics/gtk/
DFontCacheGtk.cpp71 static AtomicString timesStr("Times New Roman"); in getLastResortFallbackFont() local
72 return getCachedFontPlatformData(fontDescription, timesStr); in getLastResortFallbackFont()
/external/webkit/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp421 static AtomicString timesStr("Times New Roman"); in getLastResortFallbackFont() local
425 AtomicString& fontStr = timesStr; in getLastResortFallbackFont()
/external/webkit/WebCore/platform/graphics/mac/
DFontCacheMac.mm172 DEFINE_STATIC_LOCAL(AtomicString, timesStr, ("Times"));
177 FontPlatformData* platformFont = getCachedFontPlatformData(fontDescription, timesStr);
/external/webkit/WebCore/platform/graphics/win/
DFontCacheWin.cpp307 static AtomicString timesStr("Times New Roman"); in getLastResortFallbackFont() local
308 return getCachedFontPlatformData(fontDescription, timesStr); in getLastResortFallbackFont()