HomeSort by relevance Sort by last modified time
    Searched refs:GetURLString (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/history/
top_sites.h 256 std::string GetURLString(const GURL& url);
top_sites.cc 405 pinned_urls->SetWithoutPathExpansion(GetURLString(url), index);
413 return pinned_urls_->GetIntegerWithoutPathExpansion(GetURLString(url), &tmp);
423 pinned_urls->RemoveWithoutPathExpansion(GetURLString(url), NULL);
735 std::string TopSites::GetURLString(const GURL& url) {
    [all...]

Completed in 8426 milliseconds