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 20 class FontCacheDispatcher : public IPC::MessageFilter, public IPC::Sender {
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::Sender* sender) {
148 bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) {
150 IPC_BEGIN_MESSAGE_MAP(FontCacheDispatcher, message
    [all...]

Completed in 55 milliseconds