Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dtop_sites.cc405 pinned_urls->SetWithoutPathExpansion(GetURLString(url), index); in AddPinnedURL()
413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp); in IsURLPinned()
423 pinned_urls->RemoveWithoutPathExpansion(GetURLString(url), NULL); in RemovePinnedURL()
735 std::string TopSites::GetURLString(const GURL& url) { in GetURLString() function in history::TopSites
Dtop_sites.h256 std::string GetURLString(const GURL& url);