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

  /external/chromium_org/chrome/browser/
shell_integration_win.cc 476 base::win::ScopedComPtr<IPersistFile> persist_file; local
479 FAILED(persist_file.QueryFrom(shell_link)) ||
480 FAILED(persist_file->Load(shortcut.value().c_str(), STGM_READ))) {
544 persist_file.Release();
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 169 base::win::ScopedComPtr<IPersistFile> persist_file;
170 result = persist_file.QueryFrom(locator);
200 result = persist_file->Save(file.value().c_str(), TRUE);
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 278 base::win::ScopedComPtr<IPersistFile> persist_file;
279 if (FAILED(persist_file.QueryFrom(url_locator)))
283 if (FAILED(persist_file->Load(file.c_str(), STGM_READ)))

Completed in 252 milliseconds