OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:storage_object_ids
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.cc
73
PortableDeviceWatcherWin::StorageObjectIDs
storage_object_ids
;
local
74
storage_object_ids
.push_back(kStorageObjectIdA);
76
storage_object_ids
.push_back(kStorageObjectIdB);
77
return
storage_object_ids
;
104
PortableDeviceWatcherWin::StorageObjectIDs
storage_object_ids
=
local
107
storage_object_ids
.begin();
108
it !=
storage_object_ids
.end(); ++it) {
storage_monitor_win_unittest.cc
235
PortableDeviceWatcherWin::StorageObjectIDs
storage_object_ids
=
local
238
storage_object_ids
.begin(); it !=
storage_object_ids
.end(); ++it) {
portable_device_watcher_win.cc
258
// On success, returns true and fills in |
storage_object_ids
|.
261
PortableDeviceWatcherWin::StorageObjectIDs*
storage_object_ids
) {
263
DCHECK(
storage_object_ids
);
289
storage_object_ids
->push_back(object_id.get().pwszVal);
Completed in 91 milliseconds