HomeSort by relevance Sort by last modified time
    Searched defs:SessionCrashedInfoBarDelegate (Results 1 - 2 of 2) 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 25 void SessionCrashedInfoBarDelegate::Create(Browser* browser) {
38 new SessionCrashedInfoBarDelegate(profile))));
41 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(Profile* profile)
47 SessionCrashedInfoBarDelegate::~SessionCrashedInfoBarDelegate() {
56 int SessionCrashedInfoBarDelegate::GetIconID() const {
60 base::string16 SessionCrashedInfoBarDelegate::GetMessageText() const {
64 int SessionCrashedInfoBarDelegate::GetButtons() const {
68 base::string16 SessionCrashedInfoBarDelegate::GetButtonLabel
    [all...]

Completed in 42 milliseconds