Home | History | Annotate | Download | only in tabs

Lines Matching refs:TabContents

22 class TabContents;
40 TabContents* FindTab(Browser* browser,
54 typedef std::map<TabContents*, GURL> TabContentsToURLMap;
64 TabContents* source,
70 bool TabMatchesURL(TabContents* tab_contents, const GURL& url);
74 TabContents* FindTabInBrowser(Browser* browser, const GURL& url);
78 void TrackTab(TabContents* tab);
83 // Invoked when a TabContents is being destroyed.
87 void CancelRequestsFor(TabContents* tab_contents);
89 // Starts the fetch for the redirect chain of the specified TabContents.
91 void FetchRedirectStart(TabContents* tab);
99 // Maps from TabContents to the start of the redirect chain.
102 CancelableRequestConsumerTSimple<TabContents*> callback_consumer_;