Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper_delegate.cc7 TabContentsWrapperDelegate::~TabContentsWrapperDelegate() { in ~TabContentsWrapperDelegate()
11 void TabContentsWrapperDelegate::OnInstallApplication( in OnInstallApplication()
16 void TabContentsWrapperDelegate::OnDidGetApplicationInfo( in OnDidGetApplicationInfo()
Dtab_contents_wrapper.h40 class TabContentsWrapperDelegate; variable
82 TabContentsWrapperDelegate* delegate() const { return delegate_; } in delegate()
83 void set_delegate(TabContentsWrapperDelegate* d) { delegate_ = d; } in set_delegate()
168 TabContentsWrapperDelegate* delegate_;
Dtab_contents_wrapper_delegate.h16 class TabContentsWrapperDelegate {
30 virtual ~TabContentsWrapperDelegate();
/external/chromium/chrome/browser/ui/
Dbrowser.h63 public TabContentsWrapperDelegate,