Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/proxy/
Dflash_font_file_resource.cc68 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()
Dflash_font_file_resource.h50 FontTableMap font_tables_; variable