Searched defs:getFontFamilyForCharacter (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
H A DFontCacheLinux.cpp37 void FontCache::getFontFamilyForCharacter(UChar32 c, const char* preferredLocale, FontCache::SimpleFontFamily* family) function in class:WebCore::FontCache
41 blink::Platform::current()->sandboxSupport()->getFontFamilyForCharacter(c, preferredLocale, &webFamily);
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_webkitplatformsupport_impl.cc55 virtual void getFontFamilyForCharacter(
109 PpapiWebKitPlatformSupportImpl::SandboxSupport::getFontFamilyForCharacter( function in class:content::PpapiWebKitPlatformSupportImpl::SandboxSupport
/external/chromium_org/content/renderer/
H A Drenderer_webkitplatformsupport_impl.cc186 virtual void getFontFamilyForCharacter(
553 RendererWebKitPlatformSupportImpl::SandboxSupport::getFontFamilyForCharacter( function in class:content::RendererWebKitPlatformSupportImpl::SandboxSupport

Completed in 101 milliseconds