Searched refs:GetSitesInTab (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dsite_details.cc47 std::set<GURL> sites_in_tab = contents->GetSitesInTab();
/external/chromium_org/content/public/browser/
H A Dweb_contents.h289 virtual std::set<GURL> GetSitesInTab() const = 0;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h244 virtual std::set<GURL> GetSitesInTab() const OVERRIDE;
H A Dweb_contents_impl.cc936 std::set<GURL> WebContentsImpl::GetSitesInTab() const { function in class:content::WebContentsImpl

Completed in 406 milliseconds