HomeSort by relevance Sort by last modified time
    Searched refs:FontTranscoder (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/transcoder/
FontTranscoder.h 46 class FontTranscoder {
47 WTF_MAKE_NONCOPYABLE(FontTranscoder); WTF_MAKE_FAST_ALLOCATED;
53 FontTranscoder();
54 ~FontTranscoder(); // Not implemented to make sure nobody accidentally calls delete -- WebCore does not delete singletons.
64 friend FontTranscoder& fontTranscoder();
67 FontTranscoder& fontTranscoder();
FontTranscoder.cpp 32 #include "core/platform/text/transcoder/FontTranscoder.h"
40 FontTranscoder::FontTranscoder()
63 FontTranscoder::ConverterType FontTranscoder::converterType(const FontDescription& fontDescription, const WTF::TextEncoding* encoding) const
80 void FontTranscoder::convert(String& text, const FontDescription& fontDescription, const WTF::TextEncoding* encoding) const
94 bool FontTranscoder::needsTranscoding(const FontDescription& fontDescription, const WTF::TextEncoding* encoding) const
100 FontTranscoder& fontTranscoder()
102 static FontTranscoder* transcoder = new FontTranscoder
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]
webcore_platform.target.darwin-mips.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]
webcore_platform.target.darwin-x86.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]
webcore_platform.target.linux-arm.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]
webcore_platform.target.linux-mips.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]
webcore_platform.target.linux-x86.mk 336 third_party/WebKit/Source/core/platform/text/transcoder/FontTranscoder.cpp
    [all...]

Completed in 604 milliseconds