Searched defs:persist_file (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc476 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();

Completed in 293 milliseconds