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

  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate.h 14 class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate {
21 explicit SessionCrashedInfoBarDelegate(Profile* profile);
22 virtual ~SessionCrashedInfoBarDelegate();
34 DISALLOW_COPY_AND_ASSIGN(SessionCrashedInfoBarDelegate);
session_crashed_infobar_delegate.cc 24 void SessionCrashedInfoBarDelegate::Create(Browser* browser) {
37 new SessionCrashedInfoBarDelegate(profile))));
40 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(Profile* profile)
46 SessionCrashedInfoBarDelegate::~SessionCrashedInfoBarDelegate() {
55 int SessionCrashedInfoBarDelegate::GetIconID() const {
59 base::string16 SessionCrashedInfoBarDelegate::GetMessageText() const {
63 int SessionCrashedInfoBarDelegate::GetButtons() const {
67 base::string16 SessionCrashedInfoBarDelegate::GetButtonLabel
    [all...]
session_crashed_infobar_delegate_unittest.cc 57 SessionCrashedInfoBarDelegate::Create(first_browser.get());
startup_browser_creator_impl.cc     [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 296 // SessionCrashedInfoBarDelegate ----------------------------------------------
299 class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate {
301 explicit SessionCrashedInfoBarDelegate(TabContents* contents);
304 virtual ~SessionCrashedInfoBarDelegate();
317 DISALLOW_COPY_AND_ASSIGN(SessionCrashedInfoBarDelegate);
320 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(
326 SessionCrashedInfoBarDelegate::~SessionCrashedInfoBarDelegate() {
329 void SessionCrashedInfoBarDelegate::InfoBarClosed()
    [all...]

Completed in 309 milliseconds