HomeSort by relevance Sort by last modified time
    Searched full:portable_device_watcher (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/storage_monitor/
test_storage_monitor_win.cc 16 TestPortableDeviceWatcherWin* portable_device_watcher)
17 : StorageMonitorWin(volume_mount_watcher, portable_device_watcher) {
19 DCHECK(portable_device_watcher);
test_storage_monitor_win.h 25 TestPortableDeviceWatcherWin* portable_device_watcher);
storage_monitor_win.h 28 // |portable_device_watcher| objects. These params are either constructed in
31 PortableDeviceWatcherWin* portable_device_watcher);
storage_monitor_win.cc 26 PortableDeviceWatcherWin* portable_device_watcher)
32 portable_device_watcher_(portable_device_watcher) {
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win_unittest.cc 82 TestPortableDeviceWatcherWin* portable_device_watcher = local
85 portable_device_watcher->set_use_dummy_mtp_storage_info(true);
87 new TestStorageMonitorWin(mount_watcher, portable_device_watcher));

Completed in 184 milliseconds