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

  /external/chromium_org/chrome/browser/
shell_integration_win.cc 475 base::win::ScopedComPtr<IShellLink> shell_link; local
477 if (FAILED(shell_link.CreateInstance(CLSID_ShellLink, NULL,
479 FAILED(persist_file.QueryFrom(shell_link)) ||
492 if (FAILED(property_store.QueryFrom(shell_link)) ||
545 shell_link.Release();
jumplist_win.cc 47 void AppendCommonSwitches(ShellLinkItem* shell_link) {
50 shell_link->GetCommandLine()->CopySwitchesFrom(command_line,

Completed in 170 milliseconds