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

  /external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.cc 75 PortableDeviceWatcherWin::StorageObjectIDs storage_object_ids; local
76 storage_object_ids.push_back(kStorageObjectIdA);
78 storage_object_ids.push_back(kStorageObjectIdB);
79 return storage_object_ids;
106 PortableDeviceWatcherWin::StorageObjectIDs storage_object_ids = local
109 storage_object_ids.begin();
110 it != storage_object_ids.end(); ++it) {
portable_device_watcher_win.cc 260 // On success, returns true and fills in |storage_object_ids|.
263 PortableDeviceWatcherWin::StorageObjectIDs* storage_object_ids) {
265 DCHECK(storage_object_ids);
291 storage_object_ids->push_back(object_id.get().pwszVal);
storage_monitor_win_unittest.cc 240 PortableDeviceWatcherWin::StorageObjectIDs storage_object_ids = local
243 storage_object_ids.begin(); it != storage_object_ids.end(); ++it) {

Completed in 861 milliseconds