HomeSort by relevance Sort by last modified time
    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 39 virtual bool NeedElevation(InfoBarButton button) const;
confirm_infobar_delegate.cc 27 bool ConfirmInfoBarDelegate::NeedElevation(InfoBarButton button) const {
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 40 virtual bool NeedElevation(InfoBarButton button) const OVERRIDE;
register_protocol_handler_infobar_delegate.cc 90 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;
152 bool DefaultBrowserInfoBarDelegate::NeedElevation(InfoBarButton button) const {
  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 77 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_OK));
84 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 172 milliseconds