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

  /external/chromium_org/chrome/browser/
font_family_cache.h 26 class FontFamilyCache : public base::SupportsUserData::Data,
29 explicit FontFamilyCache(Profile* profile);
30 virtual ~FontFamilyCache();
32 // Gets or creates the relevant FontFamilyCache, and then fills |map|.
93 DISALLOW_COPY_AND_ASSIGN(FontFamilyCache);
font_family_cache.cc 21 FontFamilyCache::FontFamilyCache(Profile* profile)
29 FontFamilyCache::~FontFamilyCache() {
32 void FontFamilyCache::FillFontFamilyMap(Profile* profile,
35 FontFamilyCache* cache =
36 static_cast<FontFamilyCache*>(profile->GetUserData(&kFontFamilyCacheKey));
38 cache = new FontFamilyCache(profile);
46 void FontFamilyCache::FillFontFamilyMap(const char* map_name,
58 base::string16 FontFamilyCache::FetchFont(const char* script
    [all...]

Completed in 52 milliseconds