HomeSort by relevance Sort by last modified time
    Searched defs:init_ (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.h 68 bool init_; member in class:disk_cache::BlockFiles
backend_worker.h 53 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
eviction_v3.h 65 bool init_; member in class:disk_cache::Eviction
sparse_control_v3.h 152 bool init_; member in class:disk_cache::SparseControl
  /external/chromium/net/disk_cache/
stats_histogram.h 35 : Histogram(name, minimum, maximum, bucket_count), init_(false) {}
50 bool init_; member in class:disk_cache::StatsHistogram
block_files.h 88 bool init_; member in class:disk_cache::BlockFiles
file.h 79 bool init_; member in class:disk_cache::File
mapped_file.h 25 MappedFile() : File(true), init_(false) {}
43 bool init_; member in class:disk_cache::MappedFile
eviction.h 81 bool init_; member in class:disk_cache::Eviction
sparse_control.h 153 bool init_; member in class:disk_cache::SparseControl
backend_impl.h 362 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
rankings.h 198 bool init_; member in class:disk_cache::Rankings
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.h 75 bool init_; member in class:content::ZygoteHostImpl
  /external/chromium_org/net/disk_cache/
block_files.h 136 bool init_; member in class:disk_cache::BlockFiles
eviction.h 82 bool init_; member in class:disk_cache::Eviction
file.h 85 bool init_; member in class:disk_cache::File
mapped_file.h 26 MappedFile() : File(true), init_(false) {}
47 bool init_; member in class:disk_cache::MappedFile
sparse_control.h 154 bool init_; member in class:disk_cache::SparseControl
backend_impl.h 375 bool init_; // controls the initialization of the system. member in class:disk_cache::BackendImpl
  /external/chromium_org/net/disk_cache/flash/
flash_entry_impl.h 78 bool init_; member in class:disk_cache::FlashEntryImpl
log_store.h 93 bool init_; // Init was called. member in class:disk_cache::LogStore
log_store_entry.h 56 bool init_; member in class:disk_cache::LogStoreEntry
segment.h 106 bool init_; // Indicates whether segment was initialized. member in class:disk_cache::Segment
  /external/chromium_org/sandbox/win/src/
restricted_token.h 48 : init_(false), effective_token_(NULL),
191 bool init_; member in class:sandbox::RestrictedToken
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_dispatcher.js 44 init: this.init_.bind(this),
73 MetadataDispatcher.prototype.init_ = function() {

Completed in 459 milliseconds

1 2