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

  /external/chromium_org/chrome/browser/storage_monitor/
storage_monitor_win.cc 94 return GetDeviceInfo(path, device_info);
149 bool StorageMonitorWin::GetDeviceInfo(const base::FilePath& device_path,
153 // TODO(kmadhusu) Implement PortableDeviceWatcherWin::GetDeviceInfo()
156 return volume_mount_watcher_->GetDeviceInfo(device_path, info);
storage_monitor_win.h 58 bool GetDeviceInfo(const base::FilePath& device_path,
volume_mount_watcher_win.h 47 bool GetDeviceInfo(const base::FilePath& device_path,
storage_monitor_win_unittest.cc 207 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(
288 EXPECT_TRUE(monitor_->volume_mount_watcher()->GetDeviceInfo(
488 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(removable_device, &info));
499 ASSERT_TRUE(volume_mount_watcher_->GetDeviceInfo(
storage_monitor_chromeos.cc 47 bool GetDeviceInfo(const disks::DiskMountManager::MountPointInfo& mount_info,
290 if (!GetDeviceInfo(mount_info, has_dcim, &info))
storage_monitor_linux.cc 75 // Records GetDeviceInfo result on destruction, to see how often we fail to get
134 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
258 get_device_info_callback_(base::Bind(&GetDeviceInfo)),
storage_monitor_linux_unittest.cc 74 scoped_ptr<StorageInfo> GetDeviceInfo(const base::FilePath& device_path,
133 SetGetDeviceInfoCallbackForTest(base::Bind(&GetDeviceInfo));
volume_mount_watcher_win.cc 425 bool VolumeMountWatcherWin::GetDeviceInfo(const base::FilePath& device_path,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 59 const char kJsGetDeviceInfo[] = "getDeviceInfo";
196 static void GetDeviceInfo(CellularNetwork* network,
316 GetDeviceInfo(network, &device_dict);
431 GetDeviceInfo(network, &device_info);
473 void MobileSetupHandler::GetDeviceInfo(CellularNetwork* network,
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 200 static void GetDeviceInfo(CellularNetwork* network,
mobile_activator.cc     [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 281 virtual scoped_ptr<browser_sync::DeviceInfo> GetDeviceInfo(
    [all...]
profile_sync_service.cc 401 ProfileSyncService::GetDeviceInfo(const std::string& client_id) const {
    [all...]
  /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/glue/
session_model_associator.cc 698 return sync_service_->GetDeviceInfo(client_id);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 246 sync_service->GetDeviceInfo(client_id);
    [all...]

Completed in 2620 milliseconds