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

  /external/chromium/chrome/browser/
shell_integration_win.cc 165 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))) {
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 417 base::win::ScopedComPtr<IPersistFile> persist_file; local
420 FAILED(persist_file.QueryFrom(shell_link)) ||
421 FAILED(persist_file->Load(shortcut.value().c_str(), STGM_READ))) {
485 persist_file.Release();

Completed in 117 milliseconds