Home | History | Annotate | Download | only in apps

Lines Matching defs:device_entry

70   base::Value* device_entry = device.ToValue();
71 DCHECK(devices->Find(*device_entry) == devices->end());
72 devices->Append(device_entry);
94 const base::DictionaryValue* device_entry = NULL;
95 if (!(*it)->GetAsDictionary(&device_entry)) {
99 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceVendorId,
105 if (!device_entry->GetIntegerWithoutPathExpansion(kDeviceProductId,
111 if (!device_entry->GetStringWithoutPathExpansion(kDeviceSerialNumber,
192 SavedDeviceEntry device_entry = SavedDeviceEntry(
194 persistent_devices_.push_back(device_entry);
199 base::Bind(AddSavedDeviceEntry, profile_, extension_id_, device_entry));