OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageForBytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/enhanced_bookmarks/
image_store_util.h
17
// Encode |image| to bytes, that can be decoded using the below |
ImageForBytes
|
23
gfx::Image
ImageForBytes
(const scoped_refptr<base::RefCountedMemory>& data);
image_store_util.cc
30
gfx::Image
ImageForBytes
(const scoped_refptr<base::RefCountedMemory>& bytes) {
persistent_image_store.cc
151
return std::make_pair(enhanced_bookmarks::
ImageForBytes
(data),
Completed in 199 milliseconds