NotifyDoneForwarder 12 content/shell/browser/notify_done_forwarder.cc DEFINE_WEB_CONTENTS_USER_DATA_KEY(NotifyDoneForwarder); NotifyDoneForwarder 14 content/shell/browser/notify_done_forwarder.cc NotifyDoneForwarder::NotifyDoneForwarder(WebContents* web_contents) NotifyDoneForwarder 17 content/shell/browser/notify_done_forwarder.cc NotifyDoneForwarder::~NotifyDoneForwarder() {} NotifyDoneForwarder 19 content/shell/browser/notify_done_forwarder.cc bool NotifyDoneForwarder::OnMessageReceived(const IPC::Message& message) { NotifyDoneForwarder 21 content/shell/browser/notify_done_forwarder.cc IPC_BEGIN_MESSAGE_MAP(NotifyDoneForwarder, message) NotifyDoneForwarder 29 content/shell/browser/notify_done_forwarder.cc void NotifyDoneForwarder::OnTestFinishedInSecondaryWindow() { NotifyDoneForwarder 14 content/shell/browser/notify_done_forwarder.h class NotifyDoneForwarder : public WebContentsObserver, NotifyDoneForwarder 15 content/shell/browser/notify_done_forwarder.h public WebContentsUserData<NotifyDoneForwarder> { NotifyDoneForwarder 17 content/shell/browser/notify_done_forwarder.h virtual ~NotifyDoneForwarder(); NotifyDoneForwarder 23 content/shell/browser/notify_done_forwarder.h friend class WebContentsUserData<NotifyDoneForwarder>; NotifyDoneForwarder 25 content/shell/browser/notify_done_forwarder.h explicit NotifyDoneForwarder(WebContents* web_contents); NotifyDoneForwarder 29 content/shell/browser/notify_done_forwarder.h DISALLOW_COPY_AND_ASSIGN(NotifyDoneForwarder); NotifyDoneForwarder 190 content/shell/browser/shell.cc NotifyDoneForwarder::CreateForWebContents(new_contents);