HomeSort by relevance Sort by last modified time
    Searched defs:getFontLinkInterface (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp 63 IMLangFontLink2* FontCache::getFontLinkInterface()
65 IMLangFontLink* FontCache::getFontLinkInterface()
151 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
153 IMLangFontLink* langFontLink = fontCache()->getFontLinkInterface();
238 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) {
240 if (IMLangFontLink* langFontLink = getFontLinkInterface()) {
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 56 IMLangFontLink2* FontCache::getFontLinkInterface()
138 IMLangFontLink2* langFontLink = fontCache()->getFontLinkInterface();
197 if (IMLangFontLink2* langFontLink = getFontLinkInterface()) {

Completed in 41 milliseconds