OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesForImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/enhanced_bookmarks/
image_store_util.h
19
scoped_refptr<base::RefCountedMemory>
BytesForImage
(const gfx::Image& image);
21
// Decode the image bytes encoded by the above |
BytesForImage
| function and
image_store_util.cc
16
scoped_refptr<base::RefCountedMemory>
BytesForImage
(const gfx::Image& image) {
image_store_unittest.cc
53
enhanced_bookmarks::
BytesForImage
(image_1);
55
enhanced_bookmarks::
BytesForImage
(image_2);
persistent_image_store.cc
110
enhanced_bookmarks::
BytesForImage
(image);
114
image_bytes = enhanced_bookmarks::
BytesForImage
(gfx::Image());
Completed in 243 milliseconds