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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 371 // current_candidate() may return NULL if download_largest_icon_ is true and
373 if (PageChangedSinceFaviconWasRequested() || !current_candidate())
376 if (current_candidate()->icon_type == favicon_base::FAVICON) {
379 DoUrlAndIconMatch(*current_candidate(),
385 DoUrlsAndIconsMatch(*current_candidate(), history_results_)) {
391 current_candidate()->icon_url,
392 current_candidate()->icon_type);
407 if (current_candidate() &&
408 DoUrlAndIconMatch(*current_candidate(), image_url, i->second.icon_type)) {
416 if (current_candidate()->icon_sizes.empty())
    [all...]
favicon_handler_unittest.cc 284 FaviconURL* current_candidate() { function in class:TestFaviconHandler
285 return FaviconHandler::current_candidate();
512 ASSERT_TRUE(helper.current_candidate());
513 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
514 ASSERT_EQ(favicon_base::FAVICON, helper.current_candidate()->icon_type);
556 ASSERT_TRUE(helper.current_candidate());
557 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
558 ASSERT_EQ(favicon_base::FAVICON, helper.current_candidate()->icon_type);
627 ASSERT_TRUE(helper.current_candidate());
628 ASSERT_EQ(new_icon_url, helper.current_candidate()->icon_url)
    [all...]
favicon_handler.h 232 favicon::FaviconURL* current_candidate() { function in class:FaviconHandler

Completed in 162 milliseconds