HomeSort by relevance Sort by last modified time
    Searched refs:GetInfoBarType (Results 1 - 23 of 23) sorted by null

  /external/chromium/chrome/browser/ui/
collected_cookies_infobar_delegate.h 22 virtual Type GetInfoBarType() const;
collected_cookies_infobar_delegate.cc 24 InfoBarDelegate::Type CollectedCookiesInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 29 virtual Type GetInfoBarType() const OVERRIDE;
register_protocol_handler_infobar_delegate.cc 35 RegisterProtocolHandlerInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/tab_contents/
infobar_delegate.h 87 virtual Type GetInfoBarType() const;
infobar_delegate.cc 39 InfoBarDelegate::Type InfoBarDelegate::GetInfoBarType() const {
tab_contents_ssl_helper.cc 47 virtual Type GetInfoBarType() const;
77 InfoBarDelegate::Type SSLCertAddedInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 43 virtual Type GetInfoBarType() const;
autofill_cc_infobar_delegate.cc 65 InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/extensions/
extension_infobar_delegate.h 50 virtual Type GetInfoBarType() const;
extension_infobar_delegate.cc 66 InfoBarDelegate::Type ExtensionInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/
password_manager_delegate_impl.cc 46 virtual Type GetInfoBarType() const;
84 InfoBarDelegate::Type SavePasswordInfoBarDelegate::GetInfoBarType() const {
alternate_nav_url_fetcher.h 62 virtual Type GetInfoBarType() const;
omnibox_search_hint.cc 63 virtual Type GetInfoBarType() const;
123 InfoBarDelegate::Type HintInfoBar::GetInfoBarType() const {
alternate_nav_url_fetcher.cc 106 InfoBarDelegate::Type AlternateNavURLFetcher::GetInfoBarType() const {
pdf_unsupported_feature.cc 65 virtual Type GetInfoBarType() const {
273 virtual Type GetInfoBarType() const {
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.cc 51 bar->GetTopColor(bar->delegate()->GetInfoBarType(), &r, &g, &b);
53 bar->GetBottomColor(bar->delegate()->GetInfoBarType(), &r, &g, &b);
infobar_gtk.cc 260 GetTopColor(delegate_->GetInfoBarType(), &top_r, &top_g, &top_b);
264 GetBottomColor(delegate_->GetInfoBarType(), &bottom_r, &bottom_g, &bottom_b);
  /external/chromium/chrome/browser/translate/
translate_infobar_delegate.h 166 virtual InfoBarDelegate::Type GetInfoBarType() const;
translate_infobar_delegate.cc 371 InfoBarDelegate::Type TranslateInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 60 set_background(new InfoBarBackground(delegate->GetInfoBarType()));
340 (delegate()->GetInfoBarType() == InfoBarDelegate::WARNING_TYPE) ?
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 130 virtual Type GetInfoBarType() const;
182 GeolocationConfirmInfoBarDelegate::GetInfoBarType() const {
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 106 virtual Type GetInfoBarType() const;
174 NotificationPermissionInfoBarDelegate::GetInfoBarType() const {

Completed in 396 milliseconds