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

  /external/chromium/chrome/browser/
shell_integration_win.cc 88 bool GetExpectedAppId(IShellLink* shell_link,
92 bool GetShortcutAppId(IShellLink* shell_link, std::wstring* app_id) const;
157 base::win::ScopedComPtr<IShellLink> shell_link; local
158 if (FAILED(shell_link.CreateInstance(CLSID_ShellLink,
166 if (FAILED(persist_file.QueryFrom(shell_link)) ||
174 if (!GetExpectedAppId(shell_link, &expected_app_id) ||
180 GetShortcutAppId(shell_link, &existing_app_id);
196 IShellLink* shell_link,
198 DCHECK(shell_link);
205 if (FAILED(shell_link->GetPath(WriteInto(&source, MAX_PATH)
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 428 base::win::ScopedComPtr<IShellLink> shell_link; local
430 if (FAILED(shell_link.CreateInstance(CLSID_ShellLink, NULL,
432 FAILED(persist_file.QueryFrom(shell_link)) ||
445 if (FAILED(property_store.QueryFrom(shell_link)) ||
498 shell_link.Release();

Completed in 93 milliseconds