Home | History | Annotate | Download | only in instant

Lines Matching refs:TabContents

14 // TabContentsDelegate implementation. This owns the TabContents supplied to the
50 virtual void CloseContents(TabContents* source) {
56 virtual void OpenURLFromTab(TabContents* source,
60 virtual void NavigationStateChanged(const TabContents* source,
62 virtual void AddNewContents(TabContents* source,
63 TabContents* new_contents,
67 virtual void ActivateContents(TabContents* contents) {}
68 virtual void DeactivateContents(TabContents* contents) {}
69 virtual void LoadingStateChanged(TabContents* source) {}
70 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {}
71 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {}
111 // Take ownership of the TabContents from the delegate.