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

  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.h 178 class BackingStoreMsgProxy;
179 friend class BackingStoreMsgProxy;
184 typedef std::deque<BackingStoreMsgProxy*> BackingStoreMsgProxyQueue;
192 void OnDiscardBackingStoreMsg(BackingStoreMsgProxy* proxy);
195 void OnDispatchBackingStoreMsg(BackingStoreMsgProxy* proxy);
230 // The BackingStoreMsgProxy objects are not owned by this map. (See
231 // BackingStoreMsgProxy for details about how the lifetime of instances are
render_widget_helper.cc 39 class RenderWidgetHelper::BackingStoreMsgProxy {
41 BackingStoreMsgProxy(RenderWidgetHelper* h, const IPC::Message& m);
42 ~BackingStoreMsgProxy();
53 DISALLOW_COPY_AND_ASSIGN(BackingStoreMsgProxy);
56 RenderWidgetHelper::BackingStoreMsgProxy::BackingStoreMsgProxy(
63 RenderWidgetHelper::BackingStoreMsgProxy::~BackingStoreMsgProxy() {
70 void RenderWidgetHelper::BackingStoreMsgProxy::Run() {
144 BackingStoreMsgProxy* proxy = NULL
    [all...]

Completed in 628 milliseconds