Home
last modified time | relevance | path

Searched refs:GetURLHash (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dtop_sites.cc356 blacklist->SetWithoutPathExpansion(GetURLHash(url), dummy); in AddBlacklistedURL()
368 blacklist->RemoveWithoutPathExpansion(GetURLHash(url), NULL); in RemoveBlacklistedURL()
375 return blacklist_->HasKey(GetURLHash(url)); in IsBlacklisted()
739 std::string TopSites::GetURLHash(const GURL& url) { in GetURLHash() function in history::TopSites
Dtop_sites.h259 std::string GetURLHash(const GURL& url);