Home | History | Annotate | Download | only in ui

Lines Matching refs:TabContentsWrapper

346   TabContentsWrapper* GetSelectedTabContentsWrapper() const;
347 TabContentsWrapper* GetTabContentsWrapperAt(int index) const;
350 // TODO(pinkerton): These should really be returning TabContentsWrapper
373 TabContentsWrapper* AddSelectedTabWithURL(
379 TabContents* AddTab(TabContentsWrapper* tab_contents,
639 void UpdateUIForNavigationInTab(TabContentsWrapper* contents,
663 static TabContentsWrapper*
675 virtual TabContentsWrapper* AddBlankTab(bool foreground);
676 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
678 TabContentsWrapper* detached_contents,
685 virtual TabContentsWrapper* CreateTabContentsForURL(const GURL& url,
694 virtual void CreateHistoricalTab(TabContentsWrapper* contents);
695 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
706 virtual void TabInsertedAt(TabContentsWrapper* contents,
710 TabContentsWrapper* contents,
712 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
713 virtual void TabDeselected(TabContentsWrapper* contents);
714 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
715 TabContentsWrapper* new_contents,
718 virtual void TabMoved(TabContentsWrapper* contents,
722 TabContentsWrapper* old_contents,
723 TabContentsWrapper* new_contents,
725 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index);
821 virtual void URLStarredChanged(TabContentsWrapper* source,
823 virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
826 TabContentsWrapper* source,
850 virtual void ShowInstant(TabContentsWrapper* preview_contents) OVERRIDE;
852 virtual void CommitInstant(TabContentsWrapper* preview_contents) OVERRIDE;
963 // Sets the delegate of all the parts of the |TabContentsWrapper| that
965 void SetAsDelegate(TabContentsWrapper* tab, Browser* delegate);
977 void TabDetachedAtImpl(TabContentsWrapper* contents,
1027 void ViewSource(TabContentsWrapper* tab);
1033 void ViewSource(TabContentsWrapper* tab,