OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AsConfirmInfoBarDelegate
(Results
1 - 25
of
36
) 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
80
return delegate()->
AsConfirmInfoBarDelegate
();
85
if (delegate()->
AsConfirmInfoBarDelegate
()->GetButtons() & type) {
90
delegate()->
AsConfirmInfoBarDelegate
()->GetButtonLabel(type)).c_str());
102
if (delegate()->
AsConfirmInfoBarDelegate
()->Accept())
107
if (delegate()->
AsConfirmInfoBarDelegate
()->Cancel())
112
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
76
virtual ConfirmInfoBarDelegate*
AsConfirmInfoBarDelegate
() OVERRIDE;
infobar_delegate.h
88
virtual ConfirmInfoBarDelegate*
AsConfirmInfoBarDelegate
();
infobar_delegate.cc
58
ConfirmInfoBarDelegate* InfoBarDelegate::
AsConfirmInfoBarDelegate
() {
/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/geolocation/
chrome_geolocation_permission_context_unittest.cc
263
infobar->delegate()->
AsConfirmInfoBarDelegate
();
280
infobar_at(0)->delegate()->
AsConfirmInfoBarDelegate
();
291
infobar_at(0)->delegate()->
AsConfirmInfoBarDelegate
();
312
infobar_at(0)->delegate()->
AsConfirmInfoBarDelegate
();
327
infobar_at(0)->delegate()->
AsConfirmInfoBarDelegate
();
356
infobar_0->delegate()->
AsConfirmInfoBarDelegate
();
374
infobar_1->delegate()->
AsConfirmInfoBarDelegate
();
410
infobar->delegate()->
AsConfirmInfoBarDelegate
();
436
infobar->delegate()->
AsConfirmInfoBarDelegate
();
475
infobar_0->delegate()->
AsConfirmInfoBarDelegate
();
[
all
...]
geolocation_browsertest.cc
188
ASSERT_TRUE(infobar_->delegate()->
AsConfirmInfoBarDelegate
());
410
infobar_->delegate()->
AsConfirmInfoBarDelegate
()->Accept();
412
infobar_->delegate()->
AsConfirmInfoBarDelegate
()->Cancel();
/external/chromium_org/chrome/browser/ui/android/infobars/
confirm_infobar.cc
79
return delegate()->
AsConfirmInfoBarDelegate
();
/external/chromium_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc
66
infobar_service->infobar_at(0)->delegate()->
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
136
delegate->
AsConfirmInfoBarDelegate
()->Cancel();
/external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.cc
81
infobar->delegate()->
AsConfirmInfoBarDelegate
()->Accept();
99
infobar->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
138
return delegate()->
AsConfirmInfoBarDelegate
();
/external/chromium_org/chrome/browser/accessibility/
accessibility_extension_api.cc
281
infobar_service->infobar_at(i)->delegate()->
AsConfirmInfoBarDelegate
();
/external/chromium_org/chrome/browser/extensions/
extension_install_ui_browsertest.cc
46
infobar_service->infobar_at(0)->delegate()->
AsConfirmInfoBarDelegate
();
/external/chromium_org/chrome/browser/translate/
translate_browsertest.cc
95
delegate()->
AsConfirmInfoBarDelegate
();
Completed in 261 milliseconds
1
2