Home
last modified time | relevance | path

Searched refs:GetPinnedURLAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
Dmost_visited_handler.h99 bool GetPinnedURLAtIndex(int index, MostVisitedPage* page);
Dmost_visited_handler.cc230 bool MostVisitedHandler::GetPinnedURLAtIndex(int index, in GetPinnedURLAtIndex() function in MostVisitedHandler
/external/chromium/chrome/browser/history/
Dtop_sites.h133 bool GetPinnedURLAtIndex(size_t index, GURL* out);
Dtop_sites.cc393 if (GetPinnedURLAtIndex(pinned_index, &old)) in AddPinnedURL()
429 bool TopSites::GetPinnedURLAtIndex(size_t index, GURL* url) { in GetPinnedURLAtIndex() function in history::TopSites
697 bool found = GetPinnedURLAtIndex(pinned_index, &url); in ApplyBlacklistAndPinnedURLs()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc4542 if (top_sites->GetPinnedURLAtIndex(index, &swapped)) { in MoveNTPMostVisitedThumbnail()