getFontFamilyForCharacter  121 Source/platform/fonts/FontCache.h     static void getFontFamilyForCharacter(UChar32, const char* preferredLocale, SimpleFontFamily*);
getFontFamilyForCharacter   41 Source/platform/fonts/linux/FontCacheLinux.cpp         blink::Platform::current()->sandboxSupport()->getFontFamilyForCharacter(c, preferredLocale, &webFamily);
getFontFamilyForCharacter   56 Source/platform/fonts/skia/FontCacheSkia.cpp     FontCache::getFontFamilyForCharacter(c, locale.getLanguage(), &family);
getFontFamilyForCharacter   55 public/platform/linux/WebSandboxSupport.h     virtual void getFontFamilyForCharacter(WebUChar32, const char* preferredLocale, WebFontFamily*) = 0;