Searched refs:history_handler_ (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/ |
D | favicon_helper_unittest.cc | 143 return history_handler_.get(); in history_handler() 148 history_handler_.reset(handler); in set_history_handler() 191 history_handler_.reset(new HistoryRequestHandler(page_url, icon_url, in UpdateFaviconMappingAndFetch() 200 history_handler_.reset(new HistoryRequestHandler(GURL(), icon_url, in GetFavicon() 209 history_handler_.reset(new HistoryRequestHandler(page_url, GURL(), in GetFaviconForURL() 224 history_handler_.reset(new HistoryRequestHandler(page_url, icon_url, in SetHistoryFavicon() 251 scoped_ptr<HistoryRequestHandler> history_handler_; member in TestFaviconHelper
|
/external/chromium_org/chrome/browser/favicon/ |
D | favicon_handler_unittest.cc | 222 return history_handler_.get(); in history_handler() 227 history_handler_.reset(handler); in set_history_handler() 262 history_handler_.reset(new HistoryRequestHandler(page_url, icon_url, in UpdateFaviconMappingAndFetch() 271 history_handler_.reset(new HistoryRequestHandler(GURL(), icon_url, in GetFavicon() 280 history_handler_.reset(new HistoryRequestHandler(page_url, GURL(), in GetFaviconForURL() 299 history_handler_.reset(new HistoryRequestHandler( in SetHistoryFavicons() 326 scoped_ptr<HistoryRequestHandler> history_handler_; member in TestFaviconHandler
|