HomeSort by relevance Sort by last modified time
    Searched defs:ShowInfoBar (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
omnibox_search_hint.cc 189 ShowInfoBar();
204 void OmniboxSearchHint::ShowInfoBar() {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 114 void ShowInfoBar(InfoBarDelegate* delegate);
144 void TabContentsSSLHelper::SSLAddCertData::ShowInfoBar(
155 ShowInfoBar(new SimpleAlertInfoBarDelegate(tab_contents_, GetCertIcon(),
207 add_cert_data->ShowInfoBar(
  /external/chromium_org/chrome/browser/ssl/
ssl_tab_helper.cc 141 void ShowInfoBar(const string16& message, net::X509Certificate* cert);
169 void SSLTabHelper::SSLAddCertData::ShowInfoBar(const string16& message,
221 GetAddCertData(handler.get())->ShowInfoBar(
237 GetAddCertData(handler.get())->ShowInfoBar(
247 GetAddCertData(handler.get())->ShowInfoBar(
  /external/chromium/chrome/browser/translate/
translate_manager.cc 339 ShowInfoBar(tab, TranslateInfoBarDelegate::CreateErrorDelegate(
469 ShowInfoBar(tab_contents, infobar);
575 ShowInfoBar(tab, infobar);
641 void TranslateManager::ShowInfoBar(TabContents* tab,

Completed in 71 milliseconds