OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
416
base::win::ScopedComPtr<IShellLink>
shell_link
;
local
418
if (FAILED(
shell_link
.CreateInstance(CLSID_ShellLink, NULL,
420
FAILED(persist_file.QueryFrom(
shell_link
)) ||
433
if (FAILED(property_store.QueryFrom(
shell_link
)) ||
486
shell_link
.Release();
Completed in 34 milliseconds