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

  /external/webkit/Source/WebKit/chromium/src/
WebFontCache.cpp 41 size_t WebFontCache::fontDataCount()
43 return fontCache()->fontDataCount();
  /external/webkit/Source/WebKit/chromium/public/
WebFontCache.h 42 WEBKIT_API static size_t fontDataCount();
  /external/webkit/Source/WebCore/platform/graphics/
FontCache.h 92 size_t fontDataCount();
FontCache.cpp 353 size_t FontCache::fontDataCount()
  /external/webkit/Source/WebKit/win/
WebCoreStatistics.cpp 196 *count = (UINT) fontCache()->fontDataCount();
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 145 return fontCache()->fontDataCount();

Completed in 237 milliseconds