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

  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 179 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/
ie_importer_win.cc 300 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 1960 milliseconds