HomeSort by relevance Sort by last modified time
    Searched defs:current_candidate (Results 1 - 2 of 2) 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...]

Completed in 167 milliseconds