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

  /external/chromium/chrome/browser/
favicon_helper.cc 190 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(), favicon.icon_url, favicon.icon_type)))
    [all...]
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...]
favicon_helper.h 212 FaviconURL* current_candidate() { function in class:FaviconHelper
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.cc 364 if (current_candidate()->icon_type == FaviconURL::FAVICON) {
366 DoUrlAndIconMatch(*current_candidate(), entry->GetFavicon().url,
371 DoUrlsAndIconsMatch(*current_candidate(), history_results_)) {
376 DownloadFaviconOrAskHistory(entry->GetURL(), current_candidate()->icon_url,
377 ToHistoryIconType(current_candidate()->icon_type));
392 if (current_candidate() &&
393 DoUrlAndIconMatch(*current_candidate(), image_url, i->second.icon_type)) {
518 (!current_candidate() ||
519 DoUrlsAndIconsMatch(*current_candidate(), favicon_bitmap_results))) {
535 if (current_candidate() &
    [all...]
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...]
favicon_handler.h 241 content::FaviconURL* current_candidate() { function in class:FaviconHandler

Completed in 49 milliseconds