Searched refs:ScopedFlush (Results 1 - 3 of 3) 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() {
H A Dblock_files.cc335 ScopedFlush flush(file);
514 ScopedFlush flush(file.get());
524 ScopedFlush flush(file);
575 ScopedFlush flush(file);
653 ScopedFlush flush(file);
/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 1373 milliseconds