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

  /external/chromium_org/content/common/mac/
font_loader.h 27 class FontLoader {
49 static void LoadFont(const FontDescriptor& font, FontLoader::Result* result);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontSelector.h 48 class FontLoader {
50 explicit FontLoader(ResourceFetcher*);
58 void beginLoadTimerFired(Timer<FontLoader>*);
60 Timer<FontLoader> m_beginLoadingTimer;
107 FontLoader m_fontLoader;
CSSFontSelector.cpp 51 FontLoader::FontLoader(ResourceFetcher* resourceFetcher)
52 : m_beginLoadingTimer(this, &FontLoader::beginLoadTimerFired)
57 void FontLoader::addFontToBeginLoading(FontResource* fontResource)
71 void FontLoader::beginLoadTimerFired(Timer<WebCore::FontLoader>*)
76 void FontLoader::loadPendingFonts()
90 void FontLoader::clearResourceFetcher()
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
FontLoader.java 45 public final class FontLoader {
84 public static FontLoader create(String fontOsLocation) {
98 return new FontLoader(fontOsLocation, systemFonts, fallbackFonts);
125 private FontLoader(String fontOsLocation,
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 663 milliseconds