HomeSort by relevance Sort by last modified time
    Searched defs:ThemeInstalledInfoBarDelegate (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 22 ThemeInstalledInfoBarDelegate::ThemeInstalledInfoBarDelegate(
38 bool ThemeInstalledInfoBarDelegate::MatchesTheme(const Extension* theme) const {
42 ThemeInstalledInfoBarDelegate::~ThemeInstalledInfoBarDelegate() {
49 bool ThemeInstalledInfoBarDelegate::Cancel() {
66 void ThemeInstalledInfoBarDelegate::InfoBarClosed() {
70 SkBitmap* ThemeInstalledInfoBarDelegate::GetIcon() const {
76 ThemeInstalledInfoBarDelegate*
77 ThemeInstalledInfoBarDelegate::AsThemePreviewInfobarDelegate()
    [all...]
theme_installed_infobar_delegate.h 19 class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate,
22 ThemeInstalledInfoBarDelegate(TabContents* tab_contents,
31 virtual ~ThemeInstalledInfoBarDelegate();
42 virtual ThemeInstalledInfoBarDelegate* AsThemePreviewInfobarDelegate();
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 26 void ThemeInstalledInfoBarDelegate::Create(
50 scoped_ptr<InfoBarDelegate> new_infobar(new ThemeInstalledInfoBarDelegate(
58 ThemeInstalledInfoBarDelegate* theme_infobar =
77 ThemeInstalledInfoBarDelegate::ThemeInstalledInfoBarDelegate(
95 ThemeInstalledInfoBarDelegate::~ThemeInstalledInfoBarDelegate() {
102 int ThemeInstalledInfoBarDelegate::GetIconID() const {
108 InfoBarDelegate::Type ThemeInstalledInfoBarDelegate::GetInfoBarType() const {
112 ThemeInstalledInfoBarDelegate*
    [all...]
theme_installed_infobar_delegate.h 26 class ThemeInstalledInfoBarDelegate : public ConfirmInfoBarDelegate,
37 ThemeInstalledInfoBarDelegate(InfoBarService* infobar_service,
43 virtual ~ThemeInstalledInfoBarDelegate();
48 virtual ThemeInstalledInfoBarDelegate*

Completed in 98 milliseconds