OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InfoBarButton
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.h
18
enum
InfoBarButton
{
32
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
35
virtual bool NeedElevation(
InfoBarButton
button) const;
confirm_infobar_delegate.cc
15
string16 ConfirmInfoBarDelegate::GetButtonLabel(
InfoBarButton
button) const {
19
bool ConfirmInfoBarDelegate::NeedElevation(
InfoBarButton
button) const {
tab_contents_ssl_helper.cc
50
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
92
InfoBarButton
button) const {
/external/chromium/chrome/browser/
plugin_installer_infobar_delegate.h
27
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
plugin_installer_infobar_delegate.cc
43
InfoBarButton
button) const {
password_manager_delegate_impl.cc
48
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
93
InfoBarButton
button) const {
omnibox_search_hint.cc
66
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
135
string16 HintInfoBar::GetButtonLabel(
InfoBarButton
button) const {
plugin_observer.cc
105
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
148
InfoBarButton
button) const {
198
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
251
InfoBarButton
button) const {
pdf_unsupported_feature.cc
83
virtual string16 GetButtonLabel(
InfoBarButton
button) const {
289
virtual string16 GetButtonLabel(
InfoBarButton
button) const {
/external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h
25
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
collected_cookies_infobar_delegate.cc
36
string16 CollectedCookiesInfoBarDelegate::GetButtonLabel(
InfoBarButton
button)
/external/chromium/chrome/browser/ui/gtk/infobars/
confirm_infobar_gtk.h
28
void AddButton(ConfirmInfoBarDelegate::
InfoBarButton
type);
confirm_infobar_gtk.cc
64
void ConfirmInfoBarGtk::AddButton(ConfirmInfoBarDelegate::
InfoBarButton
type) {
/external/chromium/chrome/browser/download/
download_request_infobar_delegate.h
36
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
download_request_infobar_delegate.cc
39
InfoBarButton
button) const {
/external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h
31
virtual string16 GetButtonLabel(
InfoBarButton
button) const OVERRIDE;
register_protocol_handler_infobar_delegate.cc
51
InfoBarButton
button) const {
/external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h
45
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
autofill_cc_infobar_delegate.cc
73
string16 AutofillCCInfoBarDelegate::GetButtonLabel(
InfoBarButton
button) const {
/external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.h
45
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
theme_installed_infobar_delegate.cc
91
InfoBarButton
button) const {
extension_disabled_infobar_delegate.cc
93
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
140
InfoBarButton
button) const {
/external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc
42
InfoBarButton
button) const {
mock_confirm_infobar_delegate.h
37
virtual string16 GetButtonLabel(
InfoBarButton
button) const OVERRIDE;
/external/chromium/chrome/browser/google/
google_url_tracker.h
184
virtual string16 GetButtonLabel(
InfoBarButton
button) const;
Completed in 4293 milliseconds
1
2