OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:URLToThumbnailMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/history/
history_types.h
631
typedef std::map<GURL, scoped_refptr<RefCountedBytes> >
URLToThumbnailMap
;
639
URLToThumbnailMap
url_to_thumbnail_map;
/external/chromium_org/chrome/browser/history/
history_types.h
626
typedef std::map<GURL, scoped_refptr<base::RefCountedBytes> >
URLToThumbnailMap
;
634
URLToThumbnailMap
url_to_thumbnail_map;
Completed in 58 milliseconds