OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedElevation
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc
19
bool ConfirmInfoBarDelegate::
NeedElevation
(InfoBarButton button) const {
confirm_infobar_delegate.h
35
virtual bool
NeedElevation
(InfoBarButton button) const;
/external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.h
40
virtual bool
NeedElevation
(InfoBarButton button) const;
confirm_infobar_delegate.cc
28
bool ConfirmInfoBarDelegate::
NeedElevation
(InfoBarButton button) const {
/external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h
39
virtual bool
NeedElevation
(InfoBarButton button) const OVERRIDE;
register_protocol_handler_infobar_delegate.cc
91
bool RegisterProtocolHandlerInfoBarDelegate::
NeedElevation
(
/external/chromium/chrome/browser/ui/views/infobars/
confirm_infobar.cc
73
delegate->
NeedElevation
(ConfirmInfoBarDelegate::BUTTON_OK));
80
delegate->
NeedElevation
(ConfirmInfoBarDelegate::BUTTON_CANCEL));
/external/chromium_org/chrome/browser/ui/startup/
default_browser_prompt.cc
79
virtual bool
NeedElevation
(InfoBarButton button) const OVERRIDE;
151
bool DefaultBrowserInfoBarDelegate::
NeedElevation
(InfoBarButton button) const {
/external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc
78
delegate->
NeedElevation
(ConfirmInfoBarDelegate::BUTTON_OK));
85
delegate->
NeedElevation
(ConfirmInfoBarDelegate::BUTTON_CANCEL));
/external/chromium/chrome/browser/ui/
browser_init.cc
150
virtual bool
NeedElevation
(InfoBarButton button) const OVERRIDE;
213
bool DefaultBrowserInfoBarDelegate::
NeedElevation
(InfoBarButton button) const {
[
all
...]
Completed in 1142 milliseconds