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

/external/chromium/chrome/browser/
H A Dfavicon_helper_unittest.cc116 history::FaviconData favicon_data_; member in class:__anon2028::HistoryRequestHandler
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_
[all...]

Completed in 42 milliseconds