Home
last modified time | relevance | path

Searched refs:m_fontDataTable (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/css/
DCSSSegmentedFontFace.cpp53 if (m_fontDataTable.isEmpty()) in pruneTable()
55 HashMap<unsigned, SegmentedFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()
56 …for (HashMap<unsigned, SegmentedFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()
58 deleteAllValues(m_fontDataTable); in pruneTable()
59 m_fontDataTable.clear(); in pruneTable()
102 SegmentedFontData* fontData = m_fontDataTable.get(hashKey); in getFontData()
126 m_fontDataTable.set(hashKey, fontData); in getFontData()
DCSSFontFaceSource.cpp69 if (m_fontDataTable.isEmpty()) in pruneTable()
71 HashMap<unsigned, SimpleFontData*>::iterator end = m_fontDataTable.end(); in pruneTable()
72 for (HashMap<unsigned, SimpleFontData*>::iterator it = m_fontDataTable.begin(); it != end; ++it) in pruneTable()
74 deleteAllValues(m_fontDataTable); in pruneTable()
75 m_fontDataTable.clear(); in pruneTable()
118 if (SimpleFontData* cachedData = m_fontDataTable.get(hashKey)) in getFontData()
188 m_fontDataTable.set(hashKey, fontData.get()); in getFontData()
DCSSSegmentedFontFace.h64 HashMap<unsigned, SegmentedFontData*> m_fontDataTable; variable
DCSSFontFaceSource.h73 …HashMap<unsigned, SimpleFontData*> m_fontDataTable; // The hash key is composed of size synthetic … variable