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

  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 48 delegate->AsConfirmInfoBarDelegate();
53 ConfirmInfoBarDelegate* ConfirmInfoBarDelegate::AsConfirmInfoBarDelegate() {
confirm_infobar_delegate.h 65 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
infobar_delegate.h 90 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
infobar_delegate.cc 43 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
  /external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 65 if (delegate_->AsConfirmInfoBarDelegate()->GetButtons() & type) {
67 delegate_->AsConfirmInfoBarDelegate()->GetButtonLabel(type)).c_str());
77 if (delegate_->AsConfirmInfoBarDelegate()->Accept())
82 if (delegate_->AsConfirmInfoBarDelegate()->Cancel())
87 if (delegate_->AsConfirmInfoBarDelegate()->LinkClicked(
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 224 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
241 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
284 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
298 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
353 extra_tabs_[1]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
357 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
396 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
400 extra_tabs_[0]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
419 extra_tabs_[0]->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
453 contents()->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
    [all...]
geolocation_browsertest.cc 153 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate());
318 infobar_->AsConfirmInfoBarDelegate()->Accept();
320 infobar_->AsConfirmInfoBarDelegate()->Cancel();
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 21 return infobar_->AsConfirmInfoBarDelegate();
  /external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc 28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 130 return delegate()->AsConfirmInfoBarDelegate();
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 390 current_tab->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 278 milliseconds