Home | History | Annotate | Download | only in tabs

Lines Matching refs:url

24 // TabFinder is used to locate a tab by URL. TabFinder matches tabs based
25 // on the tabs current url, or the start of the redirect chain.
37 // Returns the tab that matches the specified url. If a tab is found the
41 const GURL& url,
68 // Returns true if the tab's current url is |url|, or the start of the
69 // redirect chain for the tab is |url|.
70 bool TabMatchesURL(TabContents* tab_contents, const GURL& url);
73 // url. Returns NULL if there are no tabs matching the specified url.
74 TabContents* FindTabInBrowser(Browser* browser, const GURL& url);
95 GURL url,