Searched defs:pstore (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/importer/
H A Die_importer.cc9 #include <pstore.h>
226 base::win::ScopedComPtr<IPStore, &IID_IPStore> pstore; local
227 HRESULT result = PStoreCreateInstance(pstore.Receive(), 0, 0, 0);
237 result = pstore->EnumItems(0, &AutocompleteGUID,
240 pstore.Release();
249 result = pstore->ReadItem(0, &AutocompleteGUID, &AutocompleteGUID,
273 pstore.Release();
H A Dimporter_unittest.cc12 #include <pstore.h>
287 void ClearPStoreType(IPStore* pstore, const GUID* type, const GUID* subtype) { argument
289 HRESULT result = pstore->EnumItems(0, type, subtype, 0, item.Receive());
293 pstore->DeleteItem(0, type, subtype, item_name, NULL, 0);
297 pstore->DeleteSubtype(0, type, subtype, 0);
298 pstore->DeleteType(0, type, 0);
301 void WritePStore(IPStore* pstore, const GUID* type, const GUID* subtype) { argument
320 HRESULT res = pstore->WriteItem(0, type, subtype, items[i].name,
356 base::win::ScopedComPtr<IPStore> pstore;
366 res = PStoreCreateInstance(pstore
[all...]

Completed in 117 milliseconds