Searched refs:history_results_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler_unittest.cc154 std::vector<chrome::FaviconBitmapResult> history_results_; member in class:__anon5106::HistoryRequestHandler
322 callback_.Run(history_results_);
390 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
433 &history_handler->history_results_);
499 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
530 history_handler->history_results_.clear();
587 history_handler->history_results_.clear();
588 history_handler->history_results_.push_back(bitmap_result);
651 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
682 SetFaviconBitmapResult(new_icon_url, &history_handler->history_results_);
[all...]
H A Dfavicon_handler.cc370 HasValidResult(history_results_) &&
371 DoUrlsAndIconsMatch(*current_candidate(), history_results_)) {
506 history_results_ = favicon_bitmap_results;
614 history_results_ = favicon_bitmap_results;
H A Dfavicon_handler.h256 // |history_results_| is known to be incomplete. If true, it means history
272 std::vector<chrome::FaviconBitmapResult> history_results_; member in class:FaviconHandler

Completed in 155 milliseconds