HomeSort by relevance Sort by last modified time
    Searched refs:ScopedFlush (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/disk_cache/
mapped_file.h 61 class ScopedFlush {
63 explicit ScopedFlush(MappedFile* file) : file_(file) {}
64 ~ScopedFlush() {
block_files.cc 292 ScopedFlush flush(file);
480 ScopedFlush flush(file.get());
490 ScopedFlush flush(file);
540 ScopedFlush flush(file);
618 ScopedFlush flush(file);
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 173 class ScopedFlush {
175 explicit ScopedFlush(WebKit::WebGraphicsContext3D* context)
179 ~ScopedFlush() {
186 DISALLOW_COPY_AND_ASSIGN(ScopedFlush);
gl_helper.cc 321 ScopedFlush flush_;
531 ScopedFlush flush(context_);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 70 ScopedFlush flush(file);
210 ScopedFlush flush(file);
262 ScopedFlush flush(file);

Completed in 212 milliseconds