HomeSort by relevance Sort by last modified time
    Searched defs:SimpleAlertInfoBarDelegate (Results 1 - 2 of 2) 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);

Completed in 929 milliseconds