Searched defs:current_candidate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_helper.h212 FaviconURL* current_candidate() { function in class:FaviconHelper
H A Dfavicon_helper_unittest.cc173 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()
[all...]

Completed in 54 milliseconds