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

1 2

  /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_org/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.cc 78 return delegate()->AsConfirmInfoBarDelegate();
83 if (delegate()->AsConfirmInfoBarDelegate()->GetButtons() & type) {
88 delegate()->AsConfirmInfoBarDelegate()->GetButtonLabel(type)).c_str());
100 if (delegate()->AsConfirmInfoBarDelegate()->Accept())
105 if (delegate()->AsConfirmInfoBarDelegate()->Cancel())
110 if (delegate()->AsConfirmInfoBarDelegate()->LinkClicked(
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.cc 63 delegate->AsConfirmInfoBarDelegate();
68 ConfirmInfoBarDelegate* ConfirmInfoBarDelegate::AsConfirmInfoBarDelegate() {
confirm_infobar_delegate.h 72 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate() OVERRIDE;
infobar_delegate.h 94 virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
infobar_delegate.cc 57 ConfirmInfoBarDelegate* InfoBarDelegate::AsConfirmInfoBarDelegate() {
  /external/chromium_org/chrome/browser/geolocation/
chrome_geolocation_permission_context_unittest.cc 263 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
281 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
292 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
313 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
328 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
356 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
374 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
407 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
446 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
460 infobar_service()->infobar_at(0)->AsConfirmInfoBarDelegate();
    [all...]
geolocation_browsertest.cc 188 ASSERT_TRUE(infobar_->AsConfirmInfoBarDelegate());
389 infobar_->AsConfirmInfoBarDelegate()->Accept();
391 infobar_->AsConfirmInfoBarDelegate()->Cancel();
  /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_org/chrome/browser/password_manager/
password_manager_browsertest.cc 53 infobar_service_->infobar_at(0)->AsConfirmInfoBarDelegate()->Accept();
  /external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 65 web_contents)->infobar_at(0)->AsConfirmInfoBarDelegate());
  /external/chromium/chrome/browser/extensions/
extension_install_ui_browsertest.cc 28 tab_contents->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 132 delegate->AsConfirmInfoBarDelegate()->Cancel();
  /external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc 130 return delegate()->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 137 return delegate()->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.cc 233 infobar_service->infobar_at(i)->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc 44 infobar_service->infobar_at(0)->AsConfirmInfoBarDelegate();
  /external/chromium_org/chrome/browser/translate/
translate_browsertest.cc 93 infobar_service_->infobar_at(i)->AsConfirmInfoBarDelegate();
  /external/chromium/chrome/browser/task_manager/
task_manager_browsertest.cc 390 current_tab->GetInfoBarDelegateAt(0)->AsConfirmInfoBarDelegate();

Completed in 3327 milliseconds

1 2