Searched defs:GetDeviceInfo (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_win.cc94 return GetDeviceInfo(path, device_info);
149 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path, function in class:chrome::StorageMonitorWin
153 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo()
156 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
H A Dstorage_monitor_chromeos.cc47 bool GetDeviceInfo(const disks::DiskMountManager::MountPointInfo& mount_info, function in namespace:chromeos::__anon5784
290 if (!GetDeviceInfo(mount_info, has_dcim, &info))
H A Dstorage_monitor_linux_unittest.cc74 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, function in namespace:chrome::__anon5787
133 SetGetDeviceInfoCallbackForTest(base::Bind(&GetDeviceInfo));
H A Dvolume_mount_watcher_win.cc425 bool VolumeMountWatcherWin::GetDeviceInfo(const base::FilePath& device_path, function in class:chrome::VolumeMountWatcherWin
H A Dstorage_monitor_linux.cc75 // Records GetDeviceInfo result on destruction, to see how often we fail to get
134 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path, function in namespace:chrome::__anon5786
258 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc196 static void GetDeviceInfo(CellularNetwork* network,
316 GetDeviceInfo(network, &device_dict);
431 GetDeviceInfo(network, &device_info);
473 void MobileSetupHandler::GetDeviceInfo(CellularNetwork* network, function in class:MobileSetupHandler
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.cc963 void MobileActivator::GetDeviceInfo(CellularNetwork* network, function in class:chromeos::MobileActivator
/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.cc401 ProfileSyncService::GetDeviceInfo(const std::string& client_id) const { function in class:ProfileSyncService

Completed in 1403 milliseconds