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

  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.h 15 class PluginInstallerInfoBarDelegate : public ConfirmInfoBarDelegate {
17 explicit PluginInstallerInfoBarDelegate(TabContents* tab_contents);
20 virtual ~PluginInstallerInfoBarDelegate();
24 virtual PluginInstallerInfoBarDelegate* AsPluginInstallerInfoBarDelegate();
35 DISALLOW_COPY_AND_ASSIGN(PluginInstallerInfoBarDelegate);
plugin_installer_infobar_delegate.cc 15 PluginInstallerInfoBarDelegate::PluginInstallerInfoBarDelegate(
21 PluginInstallerInfoBarDelegate::~PluginInstallerInfoBarDelegate() {
24 SkBitmap* PluginInstallerInfoBarDelegate::GetIcon() const {
29 PluginInstallerInfoBarDelegate*
30 PluginInstallerInfoBarDelegate::AsPluginInstallerInfoBarDelegate() {
34 string16 PluginInstallerInfoBarDelegate::GetMessageText() const {
38 int PluginInstallerInfoBarDelegate::GetButtons() const {
42 string16 PluginInstallerInfoBarDelegate::GetButtonLabel
    [all...]

Completed in 24 milliseconds