Searched refs:this_id (Results 1 - 13 of 13) 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_org/android_webview/browser/renderer_host/
H A Daw_render_view_host_ext.cc42 int this_id = next_id++; local
43 pending_document_has_images_requests_[this_id] = result;
45 this_id));
/external/chromium_org/base/
H A Did_map.h61 KeyType this_id = next_id_; local
62 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
63 data_[this_id] = data;
65 return this_id;
/external/chromium_org/net/disk_cache/
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_impl.cc280 data_->header.this_id++;
281 if (!data_->header.this_id)
282 data_->header.this_id++;
868 return data_->header.this_id;
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_worker.cc190 data_->header.this_id++;
191 if (!data_->header.this_id)
192 data_->header.this_id++;
H A Dbackend_impl_v3.cc1215 data_->header.this_id++;
1216 if (!data_->header.this_id)
1217 data_->header.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_org/chromeos/display/
H A Dreal_output_configurator_delegate.cc118 RROutput this_id = screen_->outputs[i]; local
119 XRROutputInfo* output_info = XRRGetOutputInfo(display_, screen_, this_id);
124 to_populate.output = this_id;
126 GetDisplayId(this_id, i, &to_populate.display_id);
169 IsOutputAspectPreservingScaling(this_id);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_util.cc576 AutomationId this_id = GetIdForExtensionView(host); local
577 if (id == this_id) {
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc64 printf("current id: %d\n", header.this_id);
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc108 printf("current id: %d\n", header.this_id);

Completed in 323 milliseconds