Searched refs:this_id (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Did_map.h62 KeyType this_id = next_id_; local
63 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
64 data_[this_id] = data;
66 return this_id;
/external/chromium/net/disk_cache/
H A Ddisk_format.h48 // a separate identifier (maintained on the "this_id" header field) that is used
90 int32 this_id; // Id for all entries being changed (dirty flag). member in struct:disk_cache::IndexHeader
H A Dbackend_impl.cc480 data_->header.this_id++;
481 if (!data_->header.this_id)
482 data_->header.this_id++;
978 return data_->header.this_id;
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc64 printf("current id: %d\n", header.this_id);

Completed in 349 milliseconds