HomeSort by relevance Sort by last modified time
    Searched defs:SimpleAlertInfoBarDelegate (Results 1 - 4 of 4) 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);
  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 11 void SimpleAlertInfoBarDelegate::Create(InfoBarService* infobar_service,
16 new SimpleAlertInfoBarDelegate(infobar_service, icon_id, message,
20 SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate(
31 SimpleAlertInfoBarDelegate::~SimpleAlertInfoBarDelegate() {
34 int SimpleAlertInfoBarDelegate::GetIconID() const {
38 string16 SimpleAlertInfoBarDelegate::GetMessageText() const {
42 int SimpleAlertInfoBarDelegate::GetButtons() const {
46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal
    [all...]
simple_alert_infobar_delegate.h 13 class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
22 SimpleAlertInfoBarDelegate(InfoBarService* infobar_service,
26 virtual ~SimpleAlertInfoBarDelegate();
39 DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate);

Completed in 76 milliseconds