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

/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file.h70 class ScopedFlush { class in namespace:disk_cache
72 explicit ScopedFlush(MappedFile* file) : file_(file) {} function in class:disk_cache::ScopedFlush
73 ~ScopedFlush() {
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc34 class ScopedFlush { class in namespace:__anon7579
36 explicit ScopedFlush(gpu::gles2::GLES2Interface* gl) : gl_(gl) {} function in class:__anon7579::ScopedFlush
38 ~ScopedFlush() { gl_->Flush(); }
43 DISALLOW_COPY_AND_ASSIGN(ScopedFlush);
363 ScopedFlush flush_;
732 ScopedFlush flush(gl_);

Completed in 520 milliseconds