HomeSort by relevance Sort by last modified time
    Searched refs:NeedElevation (Results 1 - 4 of 4) 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/chrome/browser/ui/views/infobars/
confirm_infobar.cc 73 delegate->NeedElevation(ConfirmInfoBarDelegate::BUTTON_OK));
80 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 42 milliseconds