HomeSort by relevance Sort by last modified time
    Searched refs:GetButtons (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.h 26 virtual int GetButtons() const;
plugin_installer_infobar_delegate.cc 38 int PluginInstallerInfoBarDelegate::GetButtons() const {
omnibox_search_hint.cc 65 virtual int GetButtons() const;
131 int HintInfoBar::GetButtons() const {
pdf_unsupported_feature.cc 79 virtual int GetButtons() const {
285 virtual int GetButtons() const {
  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 24 virtual int GetButtons() const;
collected_cookies_infobar_delegate.cc 32 int CollectedCookiesInfoBarDelegate::GetButtons() const {
browser_init.cc 310 virtual int GetButtons() const OVERRIDE;
342 int SessionCrashedInfoBarDelegate::GetButtons() const {
    [all...]
  /external/chromium/chrome/browser/tab_contents/
simple_alert_infobar_delegate.cc 42 int SimpleAlertInfoBarDelegate::GetButtons() const {
simple_alert_infobar_delegate.h 33 virtual int GetButtons() const OVERRIDE;
confirm_infobar_delegate.cc 11 int ConfirmInfoBarDelegate::GetButtons() const {
confirm_infobar_delegate.h 28 virtual int GetButtons() const;
tab_contents_ssl_helper.cc 49 virtual int GetButtons() const;
87 int SSLCertAddedInfoBarDelegate::GetButtons() const {
  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.h 44 virtual int GetButtons() const;
theme_installed_infobar_delegate.cc 86 int ThemeInstalledInfoBarDelegate::GetButtons() const {
extension_disabled_infobar_delegate.cc 92 virtual int GetButtons() const;
135 int ExtensionDisabledInfobarDelegate::GetButtons() const {
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 70 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_OK) {
77 if (delegate->GetButtons() & ConfirmInfoBarDelegate::BUTTON_CANCEL) {
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 65 if (delegate_->AsConfirmInfoBarDelegate()->GetButtons() & type) {
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 1274 milliseconds