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

/external/chromium/chrome/browser/
H A Dshell_integration_win.cc165 base::win::ScopedComPtr<IPersistFile> persist_file; local
166 if (FAILED(persist_file.QueryFrom(shell_link)) ||
167 FAILED(persist_file->Load(shortcut.value().c_str(), STGM_READ))) {

Completed in 61 milliseconds