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

  /external/chromium/chrome/browser/
favicon_helper.h 212 FaviconURL* current_candidate() { function in class:FaviconHelper
favicon_helper_unittest.cc 173 FaviconURL* current_candidate() { function in class:TestFaviconHelper
174 return FaviconHelper::current_candidate();
315 ASSERT_TRUE(helper.current_candidate());
316 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
317 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type);
356 ASSERT_TRUE(helper.current_candidate());
357 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
358 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type);
428 ASSERT_TRUE(helper.current_candidate());
429 ASSERT_EQ(new_icon_url, helper.current_candidate()->icon_url)
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 241 content::FaviconURL* current_candidate() { function in class:FaviconHandler
favicon_handler_unittest.cc 251 FaviconURL* current_candidate() { function in class:TestFaviconHandler
252 return FaviconHandler::current_candidate();
468 ASSERT_TRUE(helper.current_candidate());
469 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
470 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type);
510 ASSERT_TRUE(helper.current_candidate());
511 ASSERT_EQ(icon_url, helper.current_candidate()->icon_url);
512 ASSERT_EQ(FaviconURL::FAVICON, helper.current_candidate()->icon_type);
582 ASSERT_TRUE(helper.current_candidate());
583 ASSERT_EQ(new_icon_url, helper.current_candidate()->icon_url)
    [all...]

Completed in 26 milliseconds