Home
last modified time | relevance | path

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

/third_party/cef/include/base/internal/
Dcef_scoped_block_mac.h61 using ScopedBlock = ScopedTypeRef<B, internal::ScopedBlockTraits<B>>; variable
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dscoped_block.h37 ScopedBlock(const ScopedBlock<B>& that) : block_(that.block_) { in ScopedBlock() function