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

/external/chromium_org/ppapi/shared_impl/
H A Dproxy_lock_unittest.cc33 class CheckLockStateInDestructor class in namespace:ppapi::__anon9553
34 : public base::RefCounted<CheckLockStateInDestructor> {
36 CheckLockStateInDestructor() {} function in class:ppapi::__anon9553::CheckLockStateInDestructor
40 friend class base::RefCounted<CheckLockStateInDestructor>;
41 ~CheckLockStateInDestructor() { CheckLockState(); }
42 DISALLOW_COPY_AND_ASSIGN(CheckLockStateInDestructor);
91 scoped_refptr<CheckLockStateInDestructor> object =
92 new CheckLockStateInDestructor();
94 RunWhileLocked(base::Bind(&CheckLockStateInDestructor::Method, object));

Completed in 259 milliseconds