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

  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 232 favicon::FaviconURL* current_candidate() { function in class:FaviconHandler
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...]

Completed in 56 milliseconds