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 18 class SessionCrashedInfoBarDelegate : public ConfirmInfoBarDelegate,
29 friend struct base::DefaultDeleter<SessionCrashedInfoBarDelegate>;
32 SessionCrashedInfoBarDelegate(InfoBarService* infobar_service,
34 virtual ~SessionCrashedInfoBarDelegate();
53 DISALLOW_COPY_AND_ASSIGN(SessionCrashedInfoBarDelegate);
session_crashed_infobar_delegate.cc 25 void SessionCrashedInfoBarDelegate::Create(Browser* browser) {
39 new SessionCrashedInfoBarDelegate(infobar_service, profile)));
42 SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(
57 SessionCrashedInfoBarDelegate::~SessionCrashedInfoBarDelegate() {
66 int SessionCrashedInfoBarDelegate::GetIconID() const {
70 string16 SessionCrashedInfoBarDelegate::GetMessageText() const {
74 int SessionCrashedInfoBarDelegate::GetButtons() const {
78 string16 SessionCrashedInfoBarDelegate::GetButtonLabel
    [all...]
session_crashed_infobar_delegate_unittest.cc 56 SessionCrashedInfoBarDelegate::Create(first_browser.get());
startup_browser_creator_impl.cc 862 SessionCrashedInfoBarDelegate::Create(browser);
    [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 556 milliseconds