CanHandleWhileSwappedOut   32 chrome/common/chrome_content_client.h   virtual bool CanHandleWhileSwappedOut(const IPC::Message& msg) OVERRIDE;
CanHandleWhileSwappedOut  284 content/browser/frame_host/render_frame_host_impl.cc     if (!SwappedOutMessages::CanHandleWhileSwappedOut(msg)) {
CanHandleWhileSwappedOut 1030 content/browser/renderer_host/render_view_host_impl.cc     if (!SwappedOutMessages::CanHandleWhileSwappedOut(msg)) {
CanHandleWhileSwappedOut  103 content/common/swapped_out_messages.cc   return client->CanHandleWhileSwappedOut(msg);
CanHandleWhileSwappedOut   17 content/common/swapped_out_messages.h   static bool CanHandleWhileSwappedOut(const IPC::Message& msg);
CanHandleWhileSwappedOut   99 content/public/common/content_client.h   virtual bool CanHandleWhileSwappedOut(const IPC::Message& message);