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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 262 // |history_results_| is known to be incomplete. If true, it means history
281 std::vector<favicon_base::FaviconRawBitmapResult> history_results_; member in class:FaviconHandler
favicon_handler_unittest.cc 166 std::vector<favicon_base::FaviconRawBitmapResult> history_results_; member in class:__anon8590::HistoryRequestHandler
371 callback_.Run(history_results_);
423 favicon_handler->history_handler()->history_results_.clear();
496 SetFaviconRawBitmapResult(icon_url, &history_handler->history_results_);
541 &history_handler->history_results_);
607 SetFaviconRawBitmapResult(icon_url, &history_handler->history_results_);
639 history_handler->history_results_.clear();
695 history_handler->history_results_.clear();
696 history_handler->history_results_.push_back(bitmap_result);
759 SetFaviconRawBitmapResult(icon_url, &history_handler->history_results_);
    [all...]

Completed in 77 milliseconds