HomeSort by relevance Sort by last modified time
    Searched full:infobar_delegate_ (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/tab_contents/
tab_contents_ssl_helper.cc 127 InfoBarDelegate* infobar_delegate_; member in class:TabContentsSSLHelper::SSLAddCertData
135 infobar_delegate_(NULL) {
146 if (infobar_delegate_)
147 tab_contents_->ReplaceInfoBar(infobar_delegate_, delegate);
150 infobar_delegate_ = delegate;
164 if (infobar_delegate_ ==
168 infobar_delegate_ = NULL;

Completed in 399 milliseconds