HomeSort by relevance Sort by last modified time
    Searched refs:history_results_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 161 std::vector<chrome::FaviconBitmapResult> history_results_; member in class:__anon5002::HistoryRequestHandler
338 callback_.Run(history_results_);
393 favicon_handler->history_handler()->history_results_.clear();
453 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
496 &history_handler->history_results_);
563 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
594 history_handler->history_results_.clear();
652 history_handler->history_results_.clear();
653 history_handler->history_results_.push_back(bitmap_result);
717 SetFaviconBitmapResult(icon_url, &history_handler->history_results_);
    [all...]
favicon_handler.cc 370 HasValidResult(history_results_) &&
371 DoUrlsAndIconsMatch(*current_candidate(), history_results_)) {
510 history_results_ = favicon_bitmap_results;
616 history_results_ = favicon_bitmap_results;
favicon_handler.h 265 // |history_results_| is known to be incomplete. If true, it means history
281 std::vector<chrome::FaviconBitmapResult> history_results_; member in class:FaviconHandler

Completed in 142 milliseconds