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

/external/chromium_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc41 int this_id = next_id++; local
42 pending_document_has_images_requests_[this_id] = result;
44 this_id));
/external/chromium_org/base/
H A Did_map.h63 KeyType this_id = next_id_; local
64 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
65 data_[this_id] = data;
67 return this_id;
/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format.h38 // a separate identifier (maintained on the "this_id" header field) that is used
79 int32 this_id; // Id for all entries being changed (dirty flag). member in struct:disk_cache::IndexHeader
H A Dbackend_worker_v3.cc163 data_->header.this_id++;
164 if (!data_->header.this_id)
165 data_->header.this_id++;
H A Dbackend_impl_v3.cc1064 data_->header.this_id++;
1065 if (!data_->header.this_id)
1066 data_->header.this_id++;
H A Dbackend_impl.cc250 data_->header.this_id++;
251 if (!data_->header.this_id)
252 data_->header.this_id++;
895 return data_->header.this_id;
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc107 printf("current id: %d\n", header.this_id);

Completed in 1351 milliseconds