HomeSort by relevance Sort by last modified time
    Searched defs:ObsoleteSystemInfoBarDelegate (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/startup/
obsolete_system_infobar_delegate.h 17 class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate {
24 ObsoleteSystemInfoBarDelegate();
25 virtual ~ObsoleteSystemInfoBarDelegate();
32 DISALLOW_COPY_AND_ASSIGN(ObsoleteSystemInfoBarDelegate);
obsolete_system_infobar_delegate.cc 20 void ObsoleteSystemInfoBarDelegate::Create(InfoBarService* infobar_service) {
27 scoped_ptr<ConfirmInfoBarDelegate>(new ObsoleteSystemInfoBarDelegate())));
34 ObsoleteSystemInfoBarDelegate::ObsoleteSystemInfoBarDelegate()
38 ObsoleteSystemInfoBarDelegate::~ObsoleteSystemInfoBarDelegate() {
41 base::string16 ObsoleteSystemInfoBarDelegate::GetMessageText() const {
49 int ObsoleteSystemInfoBarDelegate::GetButtons() const {
53 base::string16 ObsoleteSystemInfoBarDelegate::GetLinkText() const {
57 bool ObsoleteSystemInfoBarDelegate::LinkClicked
    [all...]

Completed in 113 milliseconds