OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrackDeviceId
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
storage_info_unittest.cc
22
// Test to verify |
CrackDeviceId
| functionality using a sample
27
ASSERT_TRUE(StorageInfo::
CrackDeviceId
(kMtpDeviceId, &type, &id));
35
ASSERT_TRUE(StorageInfo::
CrackDeviceId
(kImageCaptureDeviceId, &type, &id));
storage_info.cc
71
bool StorageInfo::
CrackDeviceId
(const std::string& device_id,
110
return
CrackDeviceId
(device_id, &type, NULL) &&
118
return
CrackDeviceId
(device_id, &type, NULL) &&
128
return
CrackDeviceId
(device_id, &type, NULL) &&
140
return
CrackDeviceId
(device_id, &type, NULL) && type == ITUNES;
146
return
CrackDeviceId
(device_id, &type, NULL) && type == IPHOTO;
152
return
CrackDeviceId
(device_id, &type, NULL) && type == PICASA;
storage_monitor_win.cc
99
if (!StorageInfo::
CrackDeviceId
(device_id, &type, NULL)) {
117
StorageInfo::
CrackDeviceId
(storage_device_id, &type, NULL);
storage_info.h
50
static bool
CrackDeviceId
(const std::string& device_id,
media_storage_util.cc
64
if (!StorageInfo::
CrackDeviceId
(*it, &type, &unique_id)) {
111
if (!StorageInfo::
CrackDeviceId
(device_id, &type, NULL))
188
if (!StorageInfo::
CrackDeviceId
(device_id, &type, &unique_id))
storage_monitor_chromeos.cc
247
if (!StorageInfo::
CrackDeviceId
(device_id, &type, NULL)) {
storage_monitor_linux.cc
319
if (!StorageInfo::
CrackDeviceId
(device_id, &type, NULL)) {
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc
507
if (!StorageInfo::
CrackDeviceId
(device_id, &singleton_type, NULL))
525
if (!StorageInfo::
CrackDeviceId
(this_device_id, &device_type, NULL))
[
all
...]
Completed in 436 milliseconds