Searched refs:GetDeviceInfo (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_win.cc92 return GetDeviceInfo(path, device_info);
146 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path, function in class:StorageMonitorWin
150 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo()
153 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
H A Dstorage_monitor_win.h53 bool GetDeviceInfo(const base::FilePath& device_path,
H A Dvolume_mount_watcher_win.h43 bool GetDeviceInfo(const base::FilePath& device_path,
H A Dstorage_monitor_win_unittest.cc202 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(
H A Dstorage_monitor_chromeos.cc47 bool GetDeviceInfo(const disks::DiskMountManager::MountPointInfo& mount_info, function in namespace:chromeos::__anon5977
297 if (!GetDeviceInfo(mount_info, has_dcim, &info))
H A Dstorage_monitor_linux.cc73 // Records GetDeviceInfo result on destruction, to see how often we fail to get
115 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, function in namespace:__anon5979
239 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
H A Dstorage_monitor_linux_unittest.cc71 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, function in namespace:__anon5980
128 SetGetDeviceInfoCallbackForTest(base::Bind(&GetDeviceInfo));
H A Dvolume_mount_watcher_win.cc423 bool VolumeMountWatcherWin::GetDeviceInfo(const base::FilePath& device_path, function in class:VolumeMountWatcherWin
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc88 void GetDeviceInfo(const DictionaryValue& properties, DictionaryValue* value) { function in namespace:__anon6753
423 GetDeviceInfo(properties, &device_dict);
548 GetDeviceInfo(properties, &device_info);
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc284 static void GetDeviceInfo(chromeos::CellularNetwork* network,
1058 GetDeviceInfo(network, &device_dict);
1263 void MobileSetupHandler::GetDeviceInfo(chromeos::CellularNetwork* network, function in class:MobileSetupHandler
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h342 virtual scoped_ptr<browser_sync::DeviceInfo> GetDeviceInfo(
H A Dprofile_sync_service.cc427 ProfileSyncService::GetDeviceInfo(const std::string& client_id) const { function in class:ProfileSyncService
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc234 sync_service->GetDeviceInfo(client_id);
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_model_associator.cc720 return sync_service_->GetDeviceInfo(client_id);

Completed in 187 milliseconds