Home
last modified time | relevance | path

Searched refs:FreeSlot (Results 1 – 7 of 7) sorted by relevance

/external/chromium/base/threading/
Dthread_local.h72 static void FreeSlot(SlotType& slot);
87 internal::ThreadLocalPlatform::FreeSlot(slot_); in ~ThreadLocalPointer()
Dthread_local_win.cc22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot() function in base::internal::ThreadLocalPlatform
Dthread_local_posix.cc22 void ThreadLocalPlatform::FreeSlot(SlotType& slot) { in FreeSlot() function in base::internal::ThreadLocalPlatform
/external/chromium/chrome/browser/importer/
Dnss_decryptor_system_nss.h49 void FreeSlot(PK11SlotInfo* slot) const {} in FreeSlot() function
Dnss_decryptor.cc78 FreeSlot(slot); in Decrypt()
98 FreeSlot(slot); in Decrypt()
Dnss_decryptor_win.h148 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); } in FreeSlot() function
Dnss_decryptor_mac.h142 void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); } in FreeSlot() function