HomeSort by relevance Sort by last modified time
    Searched refs:SimpleAlertInfoBarDelegate (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.cc 11 SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate(
22 SimpleAlertInfoBarDelegate::~SimpleAlertInfoBarDelegate() {
25 bool SimpleAlertInfoBarDelegate::ShouldExpire(
30 void SimpleAlertInfoBarDelegate::InfoBarClosed() {
34 SkBitmap* SimpleAlertInfoBarDelegate::GetIcon() const {
38 string16 SimpleAlertInfoBarDelegate::GetMessageText() const {
42 int SimpleAlertInfoBarDelegate::GetButtons() const {
simple_alert_infobar_delegate.h 17 class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
19 SimpleAlertInfoBarDelegate(TabContents* contents,
25 virtual ~SimpleAlertInfoBarDelegate();
39 DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate);
tab_contents_ssl_helper.cc 155 ShowInfoBar(new SimpleAlertInfoBarDelegate(tab_contents_, GetCertIcon(),
  /external/chromium/chrome/browser/ui/
shell_dialogs.cc 54 source_contents->AddInfoBar(new SimpleAlertInfoBarDelegate(
browser_init.cc     [all...]
browser.cc     [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 287 tab_contents()->AddInfoBar(new SimpleAlertInfoBarDelegate(tab_contents(),
300 static_cast<InfoBarDelegate*>(new SimpleAlertInfoBarDelegate(
  /external/chromium/chrome/browser/
plugin_observer.cc 356 tab_contents()->AddInfoBar(new SimpleAlertInfoBarDelegate(tab_contents(),

Completed in 462 milliseconds