Searched defs:TestOnThread (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_skia_unittest.cc92 class TestOnThread : public base::SimpleThread { class in namespace:gfx::test
94 explicit TestOnThread(ImageSkia* image_skia) function in class:gfx::test::TestOnThread
123 DISALLOW_COPY_AND_ASSIGN(TestOnThread);
283 test::TestOnThread empty_on_thread(&empty);
294 test::TestOnThread image_on_thread(&image);
307 test::TestOnThread image_on_thread2(&image);
317 test::TestOnThread deepcopy_on_thread(deep_copy.get());
330 test::TestOnThread deepcopy2_on_thread(deep_copy2.get());
341 test::TestOnThread readonly_on_thread(&image);
351 test::TestOnThread threadsafe_on_threa
[all...]

Completed in 61 milliseconds