Searched refs:RemovePinnedURL (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dmost_visited_handler.h102 void RemovePinnedURL(const GURL& url);
H A Dmost_visited_handler.cc221 RemovePinnedURL(GURL(url));
224 void MostVisitedHandler::RemovePinnedURL(const GURL& url) { function in class:MostVisitedHandler
227 ts->RemovePinnedURL(url);
/external/chromium/chrome/browser/history/
H A Dtop_sites.h129 void RemovePinnedURL(const GURL& url);
H A Dtop_sites.cc350 RemovePinnedURL(url);
394 RemovePinnedURL(old);
397 RemovePinnedURL(url);
416 void TopSites::RemovePinnedURL(const GURL& url) { function in class:history::TopSites
794 RemovePinnedURL(new_top_sites[index].url);
H A Dtop_sites_unittest.cc1246 top_sites()->RemovePinnedURL(GURL("http://google.com/"));
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4583 top_sites->RemovePinnedURL(GURL(url));

Completed in 349 milliseconds