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

/external/chromium/chrome/browser/
H A Dprocess_singleton_mac_unittest.cc36 EXPECT_FALSE(IsLocked());
41 bool IsLocked() { function in class:__anon1800::ProcessSingletonMacTest
71 EXPECT_FALSE(IsLocked());
73 EXPECT_TRUE(IsLocked());
75 EXPECT_FALSE(IsLocked());
80 EXPECT_FALSE(IsLocked());
84 EXPECT_TRUE(IsLocked());
86 EXPECT_FALSE(IsLocked());
101 EXPECT_FALSE(IsLocked());
103 EXPECT_TRUE(IsLocked());
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_lock.h31 bool IsLocked() { return owner_ != 0; } function in class:__asan::AsanLock
/external/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker_tester.cc29 bool ScreenLockerTester::IsLocked() { function in class:chromeos::test::ScreenLockerTester
/external/chromium/third_party/libjingle/source/talk/base/
H A Ddiskcache.h129 bool IsLocked() const { return locked_; } function in class:talk_base::CacheLock
/external/v8/src/
H A Dv8threads.cc88 bool Locker::IsLocked(v8::Isolate* isolate) { function in class:v8::Locker
422 ASSERT(Locker::IsLocked(reinterpret_cast<v8::Isolate*>(isolate)));
439 ASSERT(Locker::IsLocked(reinterpret_cast<v8::Isolate*>(isolate)));
465 ASSERT(Locker::IsLocked());
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc2253 virtual bool IsLocked() { function in class:chromeos::NetworkLibraryImpl
4356 virtual bool IsLocked() { return false; } function in class:chromeos::NetworkLibraryStubImpl

Completed in 240 milliseconds