Home
last modified time | relevance | path

Searched refs:LearnMoreInfoBar (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_init.cc1086 class LearnMoreInfoBar : public LinkInfoBarDelegate { class
1088 explicit LearnMoreInfoBar(TabContents* tab_contents,
1091 virtual ~LearnMoreInfoBar();
1102 DISALLOW_COPY_AND_ASSIGN(LearnMoreInfoBar);
1105 LearnMoreInfoBar::LearnMoreInfoBar(TabContents* tab_contents, in LearnMoreInfoBar() function in LearnMoreInfoBar
1114 LearnMoreInfoBar::~LearnMoreInfoBar() { in ~LearnMoreInfoBar()
1117 string16 LearnMoreInfoBar::GetMessageTextWithOffset(size_t* link_offset) const { in GetMessageTextWithOffset()
1124 string16 LearnMoreInfoBar::GetLinkText() const { in GetLinkText()
1128 bool LearnMoreInfoBar::LinkClicked(WindowOpenDisposition disposition) { in LinkClicked()
1145 tab->AddInfoBar(new LearnMoreInfoBar(tab, in AddDNSCertProvenanceCheckingWarningInfoBarIfNecessary()
[all …]