Searched defs:this_id (Results 1 - 3 of 3) 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

Completed in 248 milliseconds