Searched refs:IsThreadSafe (Results 1 - 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBTimer.h42 if (rhs.IsThreadSafe())
51 if (rhs.IsThreadSafe())
62 IsThreadSafe() const function in class:DNBTimer
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_unittest.cc292 EXPECT_FALSE(image.IsThreadSafe());
316 EXPECT_FALSE(deep_copy->IsThreadSafe());
329 EXPECT_FALSE(deep_copy2->IsThreadSafe());
340 EXPECT_TRUE(image.IsThreadSafe());
350 EXPECT_TRUE(image.IsThreadSafe());
361 EXPECT_FALSE(image.IsThreadSafe());
385 EXPECT_FALSE(image.IsThreadSafe());
395 EXPECT_TRUE(image.IsThreadSafe());
H A Dimage_skia.h126 bool IsThreadSafe() const;
H A Dimage_skia.cc414 CHECK(IsThreadSafe());
417 bool ImageSkia::IsThreadSafe() const { function in class:gfx::ImageSkia

Completed in 125 milliseconds