Home
last modified time | relevance | path

Searched defs:unique_id (Results 1 – 25 of 80) sorted by relevance

1234

/external/chromium_org/chrome/browser/media_galleries/fileapi/
Diapps_finder_impl.cc17 const std::string& unique_id) { in PostResultToUIThread()
60 std::string unique_id; in PathIndicatesIPhotoLibrary() local
78 std::string unique_id; in PathIndicatesITunesLibrary() local
/external/chromium_org/media/audio/
Daudio_device_name.cc12 const std::string& unique_id) in AudioDeviceName()
Daudio_device_name.h20 std::string unique_id; // Unique identifier for the device. member
/external/chromium_org/sync/protocol/
Dattachments.proto21 optional string unique_id = 1; field
/external/chromium_org/device/usb/
Dusb_service_impl.cc70 scoped_refptr<UsbDevice> UsbServiceImpl::GetDeviceById(uint32 unique_id) { in GetDeviceById()
139 uint32 unique_id; in RefreshDevices() local
Dusb_device.h32 uint32 unique_id() const { return unique_id_; } in unique_id() function
Dusb_device_impl.cc107 UsbDevice::UsbDevice(uint16 vendor_id, uint16 product_id, uint32 unique_id) in UsbDevice()
124 uint32 unique_id) in UsbDeviceImpl()
/external/chromium_org/components/storage_monitor/
Dstorage_info.cc74 std::string StorageInfo::MakeDeviceId(Type type, const std::string& unique_id) { in MakeDeviceId()
100 Type* type, std::string* unique_id) { in CrackDeviceId()
Dmedia_storage_util.cc65 std::string unique_id; in FilterAttachedDevicesOnFileThread() local
189 std::string unique_id; in FindDevicePathById() local
/external/regex-re2/re2/
Dprefilter.h37 int unique_id() const { return unique_id_; } in unique_id() function
/external/chromium_org/third_party/re2/re2/
Dprefilter.h37 int unique_id() const { return unique_id_; } in unique_id() function
/external/chromium_org/content/browser/frame_host/
Dnavigation_entry_screenshot_manager.cc138 void NavigationEntryScreenshotManager::OnScreenshotTaken(int unique_id, in OnScreenshotTaken()
184 int unique_id, in OnScreenshotEncodeComplete()
/external/chromium_org/sync/internal_api/attachments/
Dattachment_uploader_impl_unittest.cc383 std::string unique_id = id.GetProto().unique_id(); in TEST_F() local
392 std::string unique_id = id.GetProto().unique_id(); in TEST_F() local
401 std::string unique_id = id.GetProto().unique_id(); in TEST_F() local
410 std::string unique_id = id.GetProto().unique_id(); in TEST_F() local
Dattachment_uploader_impl.cc281 const std::string unique_id = attachment_id.GetProto().unique_id(); in UploadAttachment() local
326 void AttachmentUploaderImpl::OnUploadStateStopped(const UniqueId& unique_id) { in OnUploadStateStopped()
/external/chromium_org/third_party/webrtc/base/
Dtask.h98 int32 unique_id() { return unique_id_; } in unique_id() function
/external/chromium_org/media/video/capture/linux/
Dvideo_capture_device_factory_linux.cc90 std::string unique_id = path.value() + info.GetName().value(); in GetDeviceNames() local
/external/chromium_org/apps/
Dsaved_devices_service_unittest.cc30 MockUsbDevice(const std::string& serial_number, uint32 unique_id) in MockUsbDevice()
/external/chromium_org/components/test/data/web_database/
Dversion_31.sql17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, … field
19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… field
Dversion_29.sql17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, … field
19 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… field
Dversion_22_corrupt.sql22 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, … field
23 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… field
Dversion_27.sql15 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, … field
16 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… field
Dversion_30.sql17 CREATE TABLE autofill_profiles ( label VARCHAR, unique_id INTEGER PRIMARY KEY, first_name VARCHAR, … field
20 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY, name_on_card VARCHAR, typ… field
Dversion_25.sql13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,mi… field
14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type… field
Dversion_26.sql13 CREATE TABLE autofill_profiles ( label VARCHAR,unique_id INTEGER PRIMARY KEY, first_name VARCHAR,mi… field
14 CREATE TABLE credit_cards ( label VARCHAR, unique_id INTEGER PRIMARY KEY,name_on_card VARCHAR, type… field
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
Dgeneral_primitives.cc29 char unique_id[kMaxUniqueIdLength]; in FindCaptureDeviceOnSystem() local

1234