OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFontFamilyForCharacters
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebKit/chromium/public/linux/
WebSandboxSupport.h
55
virtual WebString
getFontFamilyForCharacters
(const WebUChar* characters, size_t numCharacters, const char* preferredLocale) = 0;
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp
62
String family = PlatformBridge::
getFontFamilyForCharacters
(characters, length, locale.getLanguage());
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
154
static String
getFontFamilyForCharacters
(const UChar*, size_t numCharacters, const char* preferredLocale);
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
442
String PlatformBridge::
getFontFamilyForCharacters
(const UChar* characters, size_t numCharacters, const char* preferredLocale)
445
return webKitClient()->sandboxSupport()->
getFontFamilyForCharacters
(characters, numCharacters, preferredLocale);
[
all
...]
Completed in 34 milliseconds