/external/chromium_org/chrome/browser/storage_monitor/ |
storage_monitor_win.cc | 92 return GetDeviceInfo(path, device_info); 146 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path, 150 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo() 153 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
|
storage_monitor_win.h | 53 bool GetDeviceInfo(const base::FilePath& device_path,
|
volume_mount_watcher_win.h | 43 bool GetDeviceInfo(const base::FilePath& device_path,
|
storage_monitor_win_unittest.cc | 202 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo( 283 EXPECT_TRUE(monitor_->volume_mount_watcher()->GetDeviceInfo( 483 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(removable_device, &info)); 494 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(
|
storage_monitor_chromeos.cc | 47 bool GetDeviceInfo(const disks::DiskMountManager::MountPointInfo& mount_info, 297 if (!GetDeviceInfo(mount_info, has_dcim, &info))
|
storage_monitor_linux.cc | 73 // Records GetDeviceInfo result on destruction, to see how often we fail to get 115 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, 239 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
|
storage_monitor_linux_unittest.cc | 71 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, 128 SetGetDeviceInfoCallbackForTest(base::Bind(&GetDeviceInfo));
|
volume_mount_watcher_win.cc | 423 bool VolumeMountWatcherWin::GetDeviceInfo(const base::FilePath& device_path,
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 65 const char kJsGetDeviceInfo[] = "getDeviceInfo"; 88 void GetDeviceInfo(const DictionaryValue& properties, DictionaryValue* value) { 423 GetDeviceInfo(properties, &device_dict); 548 GetDeviceInfo(properties, &device_info);
|
/external/chromium/chrome/browser/ui/webui/chromeos/ |
mobile_setup_ui.cc | 284 static void GetDeviceInfo(chromeos::CellularNetwork* network, [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.h | 342 virtual scoped_ptr<browser_sync::DeviceInfo> GetDeviceInfo( [all...] |
profile_sync_service.cc | 427 ProfileSyncService::GetDeviceInfo(const std::string& client_id) const { [all...] |
/external/chromium_org/chrome/browser/ui/webui/ |
history_ui.cc | 234 sync_service->GetDeviceInfo(client_id); [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.cc | 720 return sync_service_->GetDeviceInfo(client_id); [all...] |