Searched defs:include_forced_urls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dtop_sites_impl.cc55 bool include_forced_urls,
60 include_forced_urls ? &all_urls : &nonforced_urls;
210 bool include_forced_urls) {
220 include_forced_urls,
224 if (include_forced_urls) {
53 RunOrPostGetMostVisitedURLsCallback( base::TaskRunner* task_runner, bool include_forced_urls, const TopSitesImpl::GetMostVisitedURLsCallback& callback, const MostVisitedURLList& all_urls, const MostVisitedURLList& nonforced_urls) argument
208 GetMostVisitedURLs( const GetMostVisitedURLsCallback& callback, bool include_forced_urls) argument
H A Dtop_sites_impl_unittest.cc111 // |include_forced_urls| is true.
114 bool include_forced_urls) {
119 include_forced_urls); local
112 QueryAllTopSites(TopSitesImpl* top_sites, bool wait, bool include_forced_urls) argument

Completed in 242 milliseconds