Home
last modified time | relevance | path

Searched refs:CreatePlatformImage (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage_unittest.cc295 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
330 gfx::Image from_platform(gt::CreatePlatformImage()); in TEST_F()
387 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
410 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
430 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
439 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
475 gfx::Image image(gt::CreatePlatformImage()); in TEST_F()
572 gfx::Image image2(gt::CreatePlatformImage()); in TEST_F()
607 gfx::Image image1(gt::CreatePlatformImage()); in TEST_F()
Dimage_unittest_util.h69 PlatformImage CreatePlatformImage();
Dimage_unittest_util.cc179 PlatformImage CreatePlatformImage() { in CreatePlatformImage() function
/external/chromium_org/chrome/browser/ui/tests/
Dui_gfx_image_unittest.cc20 gfx::Image image(gfx::test::CreatePlatformImage()); in TEST()