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

  /external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.cc 105 PortableDeviceWatcherWin::StorageObjects storage_objects; local
111 storage_objects.push_back(DeviceStorageObject(
114 return storage_objects;
portable_device_watcher_win.cc 328 // true and populates |storage_objects| with device storage details.
331 PortableDeviceWatcherWin::StorageObjects* storage_objects) {
333 DCHECK(storage_objects);
356 storage_objects->push_back(PortableDeviceWatcherWin::DeviceStorageObject(
380 PortableDeviceWatcherWin::StorageObjects storage_objects; local
382 pnp_device_id, &device_details->storage_objects);
528 const StorageObjects& storage_objects = device_iter->second; local
530 storage_objects.begin(); storage_object_iter != storage_objects.end();
606 const StorageObjects& storage_objects = device_details->storage_objects local
643 const StorageObjects& storage_objects = device_iter->second; local
    [all...]
portable_device_watcher_win.h 63 StorageObjects storage_objects; member in struct:chrome::PortableDeviceWatcherWin::DeviceDetails
storage_monitor_win_unittest.cc 543 PortableDeviceWatcherWin::StorageObjects storage_objects = local
547 storage_objects.begin();
548 it != storage_objects.end(); ++it) {

Completed in 180 milliseconds