Searched defs:this_id (Results 1 - 6 of 6) 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
/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
/external/chromium_org/chromeos/display/
H A Doutput_configurator.cc305 RROutput this_id = it->output; local
321 if (!delegate_->SetHDCPState(this_id, new_desired_state))
378 RROutput this_id = it->output; local
390 if (!delegate_->GetHDCPState(this_id, &state))

Completed in 325 milliseconds