Home | History | Annotate | Download | only in browser

Lines Matching full:current_candidate

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))) {
337 if (current_candidate() &&
339 *current_candidate(), favicon.icon_url, favicon.icon_type)) {
343 DownloadFaviconOrAskHistory(entry->url(), current_candidate()->icon_url,
344 static_cast<history::IconType>(current_candidate()->icon_type));
346 } else if (current_candidate()) {
350 DownloadFaviconOrAskHistory(entry->url(), current_candidate()->icon_url,
351 ToHistoryIconType(current_candidate()->icon_type));
408 } else if (current_candidate() && (!favicon.known_icon || favicon.expired ||
410 *current_candidate(), favicon.icon_url, favicon.icon_type)))) {
413 ScheduleDownload(entry->url(), current_candidate()->icon_url,
415 ToHistoryIconType(current_candidate()->icon_type), NULL);