Home
last modified time | relevance | path

Searched refs:history_handler_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
Dfavicon_helper_unittest.cc143 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/
Dfavicon_handler_unittest.cc222 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