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

/external/chromium_org/chrome/browser/importer/
H A Die_importer_browsertest_win.cc179 base::win::ScopedComPtr<IPropertySetStorage> property_set_storage; local
180 if (FAILED(property_set_storage.QueryFrom(locator)))
183 if (FAILED(property_set_storage->Open(FMTID_Intshcut,
/external/chromium_org/chrome/utility/importer/
H A Die_importer_win.cc300 base::win::ScopedComPtr<IPropertySetStorage> property_set_storage; local
301 if (FAILED(property_set_storage.QueryFrom(url_locator)))
305 if (FAILED(property_set_storage->Open(FMTID_Intshcut, STGM_READ,

Completed in 123 milliseconds