OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFrom1xPNGBytes
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/gfx/image/
image.h
112
// Image::
CreateFrom1xPNGBytes
(&png.front(), png.size());
113
static Image
CreateFrom1xPNGBytes
(const unsigned char* input,
image.cc
598
Image Image::
CreateFrom1xPNGBytes
(const unsigned char* input,
/external/chromium_org/chrome/browser/android/
favicon_helper.cc
133
gfx::Image favicon_image = gfx::Image::
CreateFrom1xPNGBytes
(
/external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc
102
return gfx::Image::
CreateFrom1xPNGBytes
(
/external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc
596
gfx::Image image = gfx::Image::
CreateFrom1xPNGBytes
(favicon_png->front(),
/external/chromium_org/ui/gfx/
icon_util.cc
295
gfx::Image image = gfx::Image::
CreateFrom1xPNGBytes
(png_bytes, png_size);
icon_util_unittest.cc
131
gfx::Image image = gfx::Image::
CreateFrom1xPNGBytes
(
/external/chromium_org/chrome/browser/profiles/
profile_info_cache.cc
161
gfx::Image::
CreateFrom1xPNGBytes
(data, image_data.length());
/external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc
743
return gfx::Image::
CreateFrom1xPNGBytes
(
Completed in 126 milliseconds