Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/libjingle/source/talk/base/ | |
sigslot_unittest.cc | 118 class multi_threaded_local_fake : public sigslot::multi_threaded_local { class in inherits:sigslot::multi_threaded_local 120 multi_threaded_local_fake() : lock_count_(0), unlock_count_(0) { function in class:multi_threaded_local_fake 139 typedef SigslotSlotTest<multi_threaded_local_fake, 140 multi_threaded_local_fake> SigslotMTLockBase; |
/external/chromium_org/third_party/webrtc/base/ | |
sigslot_unittest.cc | 101 class multi_threaded_local_fake : public sigslot::multi_threaded_local { class in inherits:sigslot::multi_threaded_local 103 multi_threaded_local_fake() : lock_count_(0), unlock_count_(0) { function in class:multi_threaded_local_fake 122 typedef SigslotSlotTest<multi_threaded_local_fake, 123 multi_threaded_local_fake> SigslotMTLockBase; |