Home
last modified time | relevance | path

Searched refs:FontTranscoder (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/text/transcoder/
DFontTranscoder.cpp40 FontTranscoder::FontTranscoder() in FontTranscoder() function in WebCore::FontTranscoder
63 FontTranscoder::ConverterType FontTranscoder::converterType(const FontDescription& fontDescription,… in converterType()
80 void FontTranscoder::convert(String& text, const FontDescription& fontDescription, const TextEncodi… in convert()
94 bool FontTranscoder::needsTranscoding(const FontDescription& fontDescription, const TextEncoding* e… in needsTranscoding()
100 FontTranscoder& fontTranscoder() in fontTranscoder()
102 static FontTranscoder* transcoder = new FontTranscoder; in fontTranscoder()
DFontTranscoder.h43 class FontTranscoder {
44 WTF_MAKE_NONCOPYABLE(FontTranscoder); WTF_MAKE_FAST_ALLOCATED;
50 FontTranscoder();
51 …~FontTranscoder(); // Not implemented to make sure nobody accidentally calls delete -- WebCore doe…
61 friend FontTranscoder& fontTranscoder();
64 FontTranscoder& fontTranscoder();
/external/webkit/Source/WebCore/
DAndroid.mk820 platform/text/transcoder/FontTranscoder.cpp \
DWebCore.pro1069 platform/text/transcoder/FontTranscoder.cpp \
2064 platform/text/transcoder/FontTranscoder.h \
DCMakeLists.txt1192 platform/text/transcoder/FontTranscoder.cpp
DGNUmakefile.list.am2677 Source/WebCore/platform/text/transcoder/FontTranscoder.cpp \
2678 Source/WebCore/platform/text/transcoder/FontTranscoder.h \
DGNUmakefile.am2669 Source/WebCore/platform/text/transcoder/FontTranscoder.cpp \
2670 Source/WebCore/platform/text/transcoder/FontTranscoder.h \
DWebCore.gypi4960 'platform/text/transcoder/FontTranscoder.cpp',
4961 'platform/text/transcoder/FontTranscoder.h',
DChangeLog-2010-05-24169 * platform/text/transcoder/FontTranscoder.cpp: Added.
170 (WebCore::FontTranscoder::FontTranscoder):
171 (WebCore::FontTranscoder::converterType):
172 (WebCore::FontTranscoder::convert):
173 (WebCore::FontTranscoder::needsTranscoding):
175 * platform/text/transcoder/FontTranscoder.h: Added.
176 (WebCore::FontTranscoder::):
DChangeLog-2010-12-067946 * platform/text/transcoder/FontTranscoder.cpp:
7947 (WebCore::FontTranscoder::FontTranscoder):
81714 * platform/text/transcoder/FontTranscoder.h:
94896 * platform/text/transcoder/FontTranscoder.cpp:
94897 …(WebCore::FontTranscoder::converterType): Don't transcode backslashes if a font family is explicit…
94898 (WebCore::FontTranscoder::convert):
94899 (WebCore::FontTranscoder::needsTranscoding):
94900 …* platform/text/transcoder/FontTranscoder.h: Change the arguments from AtomicString fontFamily to …
DChangeLog-2011-02-1613307 * platform/text/transcoder/FontTranscoder.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4833 …81119B9911006587BD /* FontTranscoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B734B18011…
4834 …183119B991D006587BD /* FontTranscoder.h in Headers */ = {isa = PBXBuildFile; fileRef = B734B182119…
11309FontTranscoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
11310FontTranscoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.…
18090 B734B180119B9911006587BD /* FontTranscoder.cpp */,
18091 B734B182119B991D006587BD /* FontTranscoder.h */,
21141 B734B183119B991D006587BD /* FontTranscoder.h in Headers */,
23999 B734B181119B9911006587BD /* FontTranscoder.cpp in Sources */,