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

  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.h 99 bool GetPinnedURLAtIndex(int index, MostVisitedPage* page);
most_visited_handler.cc 230 bool MostVisitedHandler::GetPinnedURLAtIndex(int index,
  /external/chromium/chrome/browser/history/
top_sites.h 133 bool GetPinnedURLAtIndex(size_t index, GURL* out);
top_sites.cc 393 if (GetPinnedURLAtIndex(pinned_index, &old))
429 bool TopSites::GetPinnedURLAtIndex(size_t index, GURL* url) {
697 bool found = GetPinnedURLAtIndex(pinned_index, &url);
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 206 milliseconds