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

  /external/chromium_org/base/win/
shortcut.cc 23 // Initializes |i_shell_link| and |i_persist_file| (releasing them first if they
25 // If |shortcut| is not NULL, loads |shortcut| into |i_persist_file|.
26 // If any of the above steps fail, both |i_shell_link| and |i_persist_file| will
31 ScopedComPtr<IPersistFile>* i_persist_file) {
33 i_persist_file->Release();
36 FAILED(i_persist_file->QueryFrom(*i_shell_link)) ||
37 (shortcut && FAILED((*i_persist_file)->Load(shortcut, STGM_READWRITE)))) {
39 i_persist_file->Release();
65 ScopedComPtr<IPersistFile> i_persist_file; local
68 InitializeShortcutInterfaces(NULL, &i_shell_link, &i_persist_file);
    [all...]
  /external/chromium_org/base/test/
test_shortcut_win.cc 53 ScopedComPtr<IPersistFile> i_persist_file; local
70 EXPECT_TRUE(SUCCEEDED(hr = i_persist_file.QueryFrom(i_shell_link)));
75 EXPECT_TRUE(SUCCEEDED(hr = i_persist_file->Load(

Completed in 211 milliseconds