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

/external/chromium_org/chrome/browser/ui/startup/
H A Dobsolete_system_infobar_delegate.h17 class ObsoleteSystemInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
24 ObsoleteSystemInfoBarDelegate();
25 virtual ~ObsoleteSystemInfoBarDelegate();
32 DISALLOW_COPY_AND_ASSIGN(ObsoleteSystemInfoBarDelegate);
H A Dobsolete_system_infobar_delegate.cc20 void ObsoleteSystemInfoBarDelegate::Create(InfoBarService* infobar_service) {
27 scoped_ptr<ConfirmInfoBarDelegate>(new ObsoleteSystemInfoBarDelegate())));
34 ObsoleteSystemInfoBarDelegate::ObsoleteSystemInfoBarDelegate() function in class:ObsoleteSystemInfoBarDelegate
38 ObsoleteSystemInfoBarDelegate::~ObsoleteSystemInfoBarDelegate() {
41 base::string16 ObsoleteSystemInfoBarDelegate::GetMessageText() const {
49 int ObsoleteSystemInfoBarDelegate::GetButtons() const {
53 base::string16 ObsoleteSystemInfoBarDelegate::GetLinkText() const {
57 bool ObsoleteSystemInfoBarDelegate
[all...]

Completed in 243 milliseconds