FontCacheDispatcher  747 content/browser/renderer_host/render_process_host_impl.cc     channel_->AddFilter(new FontCacheDispatcher());
FontCacheDispatcher  140 content/common/child_process_host_impl.cc   AddFilter(new FontCacheDispatcher());
FontCacheDispatcher   25 content/common/font_cache_dispatcher_win.cc   void PreCacheFont(const LOGFONT& font, FontCacheDispatcher* dispatcher) {
FontCacheDispatcher   70 content/common/font_cache_dispatcher_win.cc   void ReleaseCachedFonts(FontCacheDispatcher* dispatcher) {
FontCacheDispatcher  137 content/common/font_cache_dispatcher_win.cc FontCacheDispatcher::FontCacheDispatcher()
FontCacheDispatcher  141 content/common/font_cache_dispatcher_win.cc FontCacheDispatcher::~FontCacheDispatcher() {
FontCacheDispatcher  144 content/common/font_cache_dispatcher_win.cc void FontCacheDispatcher::OnFilterAdded(IPC::Channel* channel) {
FontCacheDispatcher  148 content/common/font_cache_dispatcher_win.cc bool FontCacheDispatcher::OnMessageReceived(const IPC::Message& message) {
FontCacheDispatcher  150 content/common/font_cache_dispatcher_win.cc   IPC_BEGIN_MESSAGE_MAP(FontCacheDispatcher, message)
FontCacheDispatcher  159 content/common/font_cache_dispatcher_win.cc void FontCacheDispatcher::OnChannelClosing() {
FontCacheDispatcher  163 content/common/font_cache_dispatcher_win.cc bool FontCacheDispatcher::Send(IPC::Message* message) {
FontCacheDispatcher  171 content/common/font_cache_dispatcher_win.cc void FontCacheDispatcher::OnPreCacheFont(const LOGFONT& font) {
FontCacheDispatcher  188 content/common/font_cache_dispatcher_win.cc void FontCacheDispatcher::OnReleaseCachedFonts() {
FontCacheDispatcher   19 content/common/font_cache_dispatcher_win.h class FontCacheDispatcher : public IPC::ChannelProxy::MessageFilter,
FontCacheDispatcher   22 content/common/font_cache_dispatcher_win.h   FontCacheDispatcher();
FontCacheDispatcher   23 content/common/font_cache_dispatcher_win.h   virtual ~FontCacheDispatcher();
FontCacheDispatcher   40 content/common/font_cache_dispatcher_win.h   DISALLOW_COPY_AND_ASSIGN(FontCacheDispatcher);