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

  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCachePango.cpp 52 static AtomicString timesStr("Times New Roman");
53 return getCachedFontData(fontDescription, timesStr);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 173 DEFINE_STATIC_LOCAL(AtomicString, timesStr, ("Times"));
177 SimpleFontData* simpleFontData = getCachedFontData(fontDescription, timesStr);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 112 static AtomicString timesStr("serif");
113 return getCachedFontData(fontDescription, timesStr);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 528 static AtomicString timesStr("Times New Roman");
532 AtomicString& fontStr = timesStr;
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java     [all...]

Completed in 69 milliseconds