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

/external/chromium_org/base/mac/
H A Dscoped_block.h17 // ScopedBlock<> is patterned after ScopedCFTypeRef<>, but uses Block_copy() and
21 class ScopedBlock { class in namespace:base::mac
23 explicit ScopedBlock( function in class:base::mac::ScopedBlock
31 ScopedBlock(const ScopedBlock<B>& that) function in class:base::mac::ScopedBlock
37 ~ScopedBlock() {
42 ScopedBlock& operator=(const ScopedBlock<B>& that) {
73 void swap(ScopedBlock& that) {

Completed in 807 milliseconds