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

  /external/chromium/chrome/browser/tab_contents/
link_infobar_delegate.cc 9 bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
13 LinkInfoBarDelegate::LinkInfoBarDelegate(TabContents* contents)
17 LinkInfoBarDelegate::~LinkInfoBarDelegate() {
20 LinkInfoBarDelegate* LinkInfoBarDelegate::AsLinkInfoBarDelegate() {
link_infobar_delegate.h 18 class LinkInfoBarDelegate : public InfoBarDelegate {
35 explicit LinkInfoBarDelegate(TabContents* contents);
36 virtual ~LinkInfoBarDelegate();
41 virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate() OVERRIDE;
43 DISALLOW_COPY_AND_ASSIGN(LinkInfoBarDelegate);

Completed in 132 milliseconds