Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/transcoder/
DFontTranscoder.h53 enum ConverterType { enum
57 ConverterType converterType(const FontDescription&, const TextEncoding*) const;
59 HashMap<AtomicString, ConverterType> m_converterTypes;
DFontTranscoder.cpp63 FontTranscoder::ConverterType FontTranscoder::converterType(const FontDescription& fontDescription,… in converterType()
67 … HashMap<AtomicString, ConverterType>::const_iterator found = m_converterTypes.find(fontFamily); in converterType()
96 ConverterType type = converterType(fontDescription, encoding); in needsTranscoding()