OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
103
PortableDeviceWatcherWin::StorageObjects
storage_objects
;
local
109
storage_objects
.push_back(DeviceStorageObject(
112
return
storage_objects
;
portable_device_watcher_win.cc
326
// true and populates |
storage_objects
| with device storage details.
329
PortableDeviceWatcherWin::StorageObjects*
storage_objects
) {
331
DCHECK(
storage_objects
);
354
storage_objects
->push_back(PortableDeviceWatcherWin::DeviceStorageObject(
378
PortableDeviceWatcherWin::StorageObjects
storage_objects
;
local
380
pnp_device_id, &device_details->
storage_objects
);
526
const StorageObjects&
storage_objects
= device_iter->second;
local
528
storage_objects
.begin(); storage_object_iter !=
storage_objects
.end();
616
const StorageObjects&
storage_objects
= device_details->storage_objects
local
653
const StorageObjects&
storage_objects
= device_iter->second;
local
[
all
...]
portable_device_watcher_win.h
59
StorageObjects
storage_objects
;
member in struct:PortableDeviceWatcherWin::DeviceDetails
storage_monitor_win_unittest.cc
538
PortableDeviceWatcherWin::StorageObjects
storage_objects
=
local
542
storage_objects
.begin();
543
it !=
storage_objects
.end(); ++it) {
Completed in 579 milliseconds