Searched defs:SessionCrashedInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_infobar_delegate.h14 class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
21 explicit SessionCrashedInfoBarDelegate(Profile* profile);
22 virtual ~SessionCrashedInfoBarDelegate();
34 DISALLOW_COPY_AND_ASSIGN(SessionCrashedInfoBarDelegate);
H A Dsession_crashed_infobar_delegate.cc25 void SessionCrashedInfoBarDelegate::Create(Browser* browser) {
38 new SessionCrashedInfoBarDelegate(profile))));
41 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(Profile* profile) function in class:SessionCrashedInfoBarDelegate
47 SessionCrashedInfoBarDelegate::~SessionCrashedInfoBarDelegate() {
56 int SessionCrashedInfoBarDelegate::GetIconID() const {
60 base::string16 SessionCrashedInfoBarDelegate::GetMessageText() const {
64 int SessionCrashedInfoBarDelegate::GetButtons() const {
68 base::string16 SessionCrashedInfoBarDelegate
[all...]

Completed in 67 milliseconds