Home
last modified time | relevance | path

Searched refs:kFonts (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/shell/app/
Dwebkit_test_platform_support_linux.cc41 const char* const kFonts[] = { variable
94 for (size_t i = 0; i < arraysize(kFonts); ++i) { in SetupFontConfig()
95 if (access(kFonts[i], R_OK) < 0) { in SetupFontConfig()
96 std::cerr << "You are missing " << kFonts[i] << ". Try re-running " in SetupFontConfig()
102 font_config, reinterpret_cast<const FcChar8*>(kFonts[i]))) { in SetupFontConfig()
103 std::cerr << "Failed to load font " << kFonts[i] << "\n"; in SetupFontConfig()
/external/chromium_org/ui/gfx/
Dfont_fallback_win.cc22 const wchar_t* kFonts = in QueryFontsFromRegistry() local
25 base::win::RegistryValueIterator it(HKEY_LOCAL_MACHINE, kFonts); in QueryFontsFromRegistry()