Home
last modified time | relevance | path

Searched defs:FaviconData (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_types.h707 struct FaviconData { struct
715 bool known_icon;
718 scoped_refptr<RefCountedMemory> image_data;
721 bool expired;
724 GURL icon_url;
727 history::IconType icon_type;
Dhistory_types.cc414 FaviconData::FaviconData() in FaviconData() function in history::FaviconData