HomeSort by relevance Sort by last modified time
    Searched refs:SimpleAlertInfoBarDelegate (Results 1 - 16 of 16) 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_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 12 void SimpleAlertInfoBarDelegate::Create(InfoBarService* infobar_service,
18 new SimpleAlertInfoBarDelegate(icon_id, message, auto_expire))));
21 SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate(
31 SimpleAlertInfoBarDelegate::~SimpleAlertInfoBarDelegate() {
34 int SimpleAlertInfoBarDelegate::GetIconID() const {
38 base::string16 SimpleAlertInfoBarDelegate::GetMessageText() const {
42 int SimpleAlertInfoBarDelegate::GetButtons() const {
46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal
    [all...]
simple_alert_infobar_delegate.h 13 class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
23 SimpleAlertInfoBarDelegate(int icon_id,
26 virtual ~SimpleAlertInfoBarDelegate();
39 DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate);
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_apitest.cc 36 SimpleAlertInfoBarDelegate::Create(infobar_service,
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy.cc 32 SimpleAlertInfoBarDelegate::Create(
browser.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.cc 50 SimpleAlertInfoBarDelegate::Create(
  /external/chromium/chrome/browser/ui/
shell_dialogs.cc 54 source_contents->AddInfoBar(new SimpleAlertInfoBarDelegate(
browser_init.cc     [all...]
browser.cc     [all...]
  /external/chromium_org/chrome/browser/ui/android/infobars/
auto_login_infobar_delegate_android.cc 105 // TODO(miguelg): Using SimpleAlertInfoBarDelegate::Create() animates in a new
108 SimpleAlertInfoBarDelegate::Create(
  /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_org/chrome/browser/plugins/
plugin_observer.cc 259 SimpleAlertInfoBarDelegate::Create(
384 SimpleAlertInfoBarDelegate::Create(
  /external/chromium/chrome/browser/
plugin_observer.cc 356 tab_contents()->AddInfoBar(new SimpleAlertInfoBarDelegate(tab_contents(),

Completed in 397 milliseconds