HomeSort by relevance Sort by last modified time
    Searched defs:FontCacheDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/
font_cache_dispatcher_win.h 19 class FontCacheDispatcher : public IPC::ChannelProxy::MessageFilter,
22 FontCacheDispatcher();
23 virtual ~FontCacheDispatcher();
40 DISALLOW_COPY_AND_ASSIGN(FontCacheDispatcher);
font_cache_dispatcher_win.cc 17 typedef std::map<FontCacheDispatcher*, FontNameVector> DispatcherToFontNames;
25 void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
70 void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) {
137 FontCacheDispatcher::FontCacheDispatcher()
141 FontCacheDispatcher::~FontCacheDispatcher() {
144 void FontCacheDispatcher::OnFilterAdded(IPC::Channel* channel) {
148 bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) {
150 IPC_BEGIN_MESSAGE_MAP(FontCacheDispatcher, message
    [all...]

Completed in 1650 milliseconds