Searched refs:font_tables_ (Results 1 – 2 of 2) sorted by relevance
68 FontTableMap::const_iterator found = font_tables_.find(table); in GetFontTable()69 if (found == font_tables_.end()) in GetFontTable()77 font_tables_[table] = heap_string; in AddFontTable()
50 FontTableMap font_tables_; variable