Lines Matching defs:favicon_data_

116   history::FaviconData favicon_data_;
273 callback_->Run(0, favicon_data_);
294 history_handler->favicon_data_.known_icon = true;
295 history_handler->favicon_data_.icon_type = history::FAVICON;
296 history_handler->favicon_data_.expired = false;
297 history_handler->favicon_data_.icon_url = icon_url;
300 history_handler->favicon_data_.image_data = data;
339 history_handler->favicon_data_.known_icon = true;
340 history_handler->favicon_data_.icon_type = history::FAVICON;
341 history_handler->favicon_data_.expired = true;
342 history_handler->favicon_data_.icon_url = icon_url;
403 history_handler->favicon_data_.known_icon = true;
404 history_handler->favicon_data_.icon_type = history::FAVICON;
405 history_handler->favicon_data_.expired = false;
406 history_handler->favicon_data_.icon_url = icon_url;
409 history_handler->favicon_data_.image_data = data;
442 history_handler->favicon_data_.known_icon = false;
488 history_handler->favicon_data_.known_icon = true;
489 history_handler->favicon_data_.icon_type = history::FAVICON;
490 history_handler->favicon_data_.expired = false;
491 history_handler->favicon_data_.icon_url = icon_url;
494 history_handler->favicon_data_.image_data = data;
527 history_handler->favicon_data_.known_icon = true;
528 history_handler->favicon_data_.icon_type = history::FAVICON;
529 history_handler->favicon_data_.expired = false;
530 history_handler->favicon_data_.icon_url = new_icon_url;
531 history_handler->favicon_data_.image_data = data;
560 history_handler->favicon_data_.known_icon = false;
594 history_handler->favicon_data_.known_icon = false;
628 history_handler->favicon_data_.known_icon = true;
629 history_handler->favicon_data_.icon_type = history::TOUCH_ICON;
630 history_handler->favicon_data_.expired = true;
631 history_handler->favicon_data_.icon_url = new_icon_url;
634 history_handler->favicon_data_.image_data = data;
674 history_handler->favicon_data_.known_icon = false;
708 history_handler->favicon_data_.known_icon = false;
755 handler->favicon_data_.known_icon = true;
756 handler->favicon_data_.expired = false;
757 handler->favicon_data_.icon_type = history::TOUCH_ICON;
758 handler->favicon_data_.icon_url = latest_icon_url;
761 handler->favicon_data_.image_data = data;