HomeSort by relevance Sort by last modified time
    Searched defs:GetDeviceInfo (Results 1 - 8 of 8) sorted by null

  /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_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.cc 427 ProfileSyncService::GetDeviceInfo(const std::string& client_id) const {
    [all...]

Completed in 180 milliseconds