Lines Matching refs:browser
14 #include "chrome/browser/history/history_types.h"
15 #include "content/browser/cancelable_request.h"
16 #include "content/browser/tab_contents/navigation_controller.h"
20 class Browser;
38 // browser containing the tab is set in |existing_browser|. This searches
39 // in |browser| first before checking any other browsers.
40 TabContents* FindTab(Browser* browser,
42 Browser** existing_browser);
72 // Returns the first tab in the specified browser that matches the specified
74 TabContents* FindTabInBrowser(Browser* browser, const GURL& url);
80 // Queries all the tabs in |browser| for the start of the redirect chain.
81 void TrackBrowser(Browser* browser);