Searched refs:current_candidate (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Dfavicon_helper.cc190 if (current_candidate()->icon_type == FaviconURL::FAVICON) {
192 DoUrlAndIconMatch(*current_candidate(), entry->favicon().url(),
196 entry->favicon().set_url(current_candidate()->icon_url);
200 *current_candidate(),
206 DownloadFaviconOrAskHistory(entry->url(), current_candidate()->icon_url,
207 ToHistoryIconType(current_candidate()->icon_type));
292 } else if (current_candidate() &&
293 DoUrlAndIconMatch(*current_candidate(), image_url,
323 (!current_candidate() ||
325 *current_candidate(), favico
[all...]
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...]
H A Dfavicon_helper.h212 FaviconURL* current_candidate() { function in class:FaviconHelper

Completed in 49 milliseconds