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

  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.cc 7 TabContentsWrapperDelegate::~TabContentsWrapperDelegate() {
11 void TabContentsWrapperDelegate::OnInstallApplication(
16 void TabContentsWrapperDelegate::OnDidGetApplicationInfo(
tab_contents_wrapper_delegate.h 16 class TabContentsWrapperDelegate {
30 virtual ~TabContentsWrapperDelegate();
tab_contents_wrapper.h 40 class TabContentsWrapperDelegate;
82 TabContentsWrapperDelegate* delegate() const { return delegate_; }
83 void set_delegate(TabContentsWrapperDelegate* d) { delegate_ = d; }
168 TabContentsWrapperDelegate* delegate_;
  /external/chromium/chrome/browser/ui/
browser.h 63 public TabContentsWrapperDelegate,
    [all...]

Completed in 1371 milliseconds